UNPKG

webdash-readme-preview

Version:
27 lines (23 loc) 700 B
/** * 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-query-params.html */ /// <reference path="../polymer/types/polymer.d.ts" /> interface IronQueryParamsElement extends Polymer.Element { paramsString: string|null|undefined; paramsObject: object|null|undefined; _dontReact: boolean|null|undefined; hostAttributes: object|null; paramsStringChanged(): void; paramsObjectChanged(): void; _encodeParams(params: any): any; _decodeParams(paramString: any): any; } interface HTMLElementTagNameMap { "iron-query-params": IronQueryParamsElement; }