/** * 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): * api-example-generator.js */ // tslint:disable:variable-name Describing an API that's defined elsewhere. import {ApiExampleGenerator} from './src/ApiExampleGenerator.js'; declare global { interface HTMLElementTagNameMap { "api-example-generator": ApiExampleGenerator; } }