/**
* 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-icon-item.html
*/
///
///
///
///
///
/**
* `` is a convenience element to make an item with icon. It is an interactive list
* item with a fixed-width icon area, according to Material Design. This is useful if the icons are of
* varying widths, but you want the item bodies to line up. Use this like a ``. The child
* node with the slot name `item-icon` is placed in the icon area.
*
*
*
* Favorite
*
*
*
* Avatar
*
*
* ### Styling
*
* The following custom properties and mixins are available for styling:
*
* Custom property | Description | Default
* ------------------------------|------------------------------------------------|----------
* `--paper-item-icon-width` | Width of the icon area | `56px`
* `--paper-item-icon` | Mixin applied to the icon area | `{}`
* `--paper-icon-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 | `{}`
*/
interface PaperIconItemElement extends Polymer.Element, Polymer.PaperItemBehavior {
}
interface HTMLElementTagNameMap {
"paper-icon-item": PaperIconItemElement;
}