/** * 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): * iron-selector.html */ /// /// interface IronSelectorElement extends Polymer.Element, Polymer.IronMultiSelectableBehavior { } interface HTMLElementTagNameMap { "iron-selector": IronSelectorElement; }