UNPKG

290 BTypeScriptView Raw
1// tslint:disable:variable-name Describing an API that's defined elsewhere.
2
3import {LegacyElementMixin} from './lib/legacy/legacy-element-mixin.js';
4
5export {Polymer} from './lib/legacy/polymer-fn.js';
6
7export {html} from './lib/utils/html-tag.js';
8
9export const Base: LegacyElementMixin;