polymer/polymer-legacy.d.ts
2022-04-27 15:32:51 -07:00

10 lines
290 B
TypeScript

// 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;