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

10 lines (5 loc) 290 B
// tslint:disable:variable-name Describing an API that's defined elsewhere. import {LegacyElementMixin} from './lib/legacy/legacy-element-mixin.js'; export {Polymer} from './lib/legacy/polymer-fn.js'; export {html} from './lib/utils/html-tag.js'; export const Base: LegacyElementMixin;