/** * 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-behavior.html */ /// /// /// declare namespace Polymer { /** * `PaperItemBehavior` is a convenience behavior shared by and * that manages the shared control states and attributes of * the items. */ interface PaperItemBehavior extends Polymer.IronButtonState, Polymer.IronControlState { hostAttributes: object|null; } const PaperItemBehavior: object; }