@polymer/polymer
Version:
The Polymer library makes it easy to create your own web components. Give your element some markup and properties, and then use it on a site. Polymer provides features like dynamic templates and data binding to reduce the amount of boilerplate you need to
25 lines (20 loc) • 869 B
TypeScript
/**
* 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):
* polymer.html
*/
// tslint:disable:variable-name Describing an API that's defined elsewhere.
/// <reference path="lib/legacy/legacy-element-mixin.d.ts" />
/// <reference path="lib/legacy/polymer-fn.d.ts" />
/// <reference path="lib/legacy/templatizer-behavior.d.ts" />
/// <reference path="lib/elements/dom-bind.d.ts" />
/// <reference path="lib/elements/dom-repeat.d.ts" />
/// <reference path="lib/elements/dom-if.d.ts" />
/// <reference path="lib/elements/array-selector.d.ts" />
/// <reference path="lib/elements/custom-style.d.ts" />
/// <reference path="lib/legacy/mutable-data-behavior.d.ts" />
/// <reference path="lib/utils/html-tag.d.ts" />