/** * DO NOT EDIT * * This file was automatically generated by * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations * * To modify these typings, edit the source file(s): * iron-doc-summary.js */ import {Polymer} from '@polymer/polymer/lib/legacy/polymer-fn.js'; import {html} from '@polymer/polymer/lib/utils/html-tag.js'; import {LegacyElementMixin} from '@polymer/polymer/lib/legacy/legacy-element-mixin.js'; interface IronDocSummaryElement extends LegacyElementMixin, HTMLElement { name: string|null|undefined; description: string|null|undefined; href: string|null|undefined; } export {IronDocSummaryElement}; declare global { interface HTMLElementTagNameMap { "iron-doc-summary": IronDocSummaryElement; } }