UNPKG

@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

29 lines (23 loc) 735 B
/** * 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-element.html */ // tslint:disable:variable-name Describing an API that's defined elsewhere. /// <reference path="lib/mixins/element-mixin.d.ts" /> /// <reference path="lib/utils/html-tag.d.ts" /> declare namespace Polymer { /** * Base class that provides the core API for Polymer's meta-programming * features including template stamping, data-binding, attribute deserialization, * and property change observation. */ class Element extends Polymer.ElementMixin( HTMLElement) { } }