/**
* DO NOT EDIT
*
* This file was automatically generated by
* https://github.com/Polymer/gen-typescript-declarations
*
* To modify these typings, edit the source file(s):
* paper-item.html
*/
///
///
///
///
/**
* Material design: [Lists](https://www.google.com/design/spec/components/lists.html)
*
* `` is an interactive list item. By default, it is a horizontal flexbox.
*
* Item
*
* Use this element with `` to make Material Design styled two-line and three-line
* items.
*
*
*
*
Show your status
*
Your status is visible to everyone
*
*
*
*
* To use `paper-item` as a link, wrap it in an anchor tag. Since `paper-item` will
* already receive focus, you may want to prevent the anchor tag from receiving
* focus as well by setting its tabindex to -1.
*
*
* Polymer Project
*
*
* If you are concerned about performance and want to use `paper-item` in a `paper-listbox`
* with many items, you can just use a native `button` with the `paper-item` class
* applied (provided you have correctly included the shared styles):
*
*
*
*
*
*
*
*
*
* ### Styling
*
* The following custom properties and mixins are available for styling:
*
* Custom property | Description | Default
* ------------------------------|----------------------------------------------|----------
* `--paper-item-min-height` | Minimum height of the item | `48px`
* `--paper-item` | Mixin applied to the item | `{}`
* `--paper-item-selected-weight`| The font weight of a selected item | `bold`
* `--paper-item-selected` | Mixin applied to selected paper-items | `{}`
* `--paper-item-disabled-color` | The color for disabled paper-items | `--disabled-text-color`
* `--paper-item-disabled` | Mixin applied to disabled paper-items | `{}`
* `--paper-item-focused` | Mixin applied to focused paper-items | `{}`
* `--paper-item-focused-before` | Mixin applied to :before focused paper-items | `{}`
*
* ### Accessibility
*
* This element has `role="listitem"` by default. Depending on usage, it may be more appropriate to set
* `role="menuitem"`, `role="menuitemcheckbox"` or `role="menuitemradio"`.
*
*
*
* Show your status
*
*
*
*/
interface PaperItemElement extends Polymer.Element, Polymer.PaperItemBehavior {
}
interface HTMLElementTagNameMap {
"paper-item": PaperItemElement;
}