UNPKG

400 BJavaScriptView Raw
1import { svg, TemplateResult } from '../lit-html/lit-html.js';
2import { html, render } from '../lit-html/lib/lit-extended.js';
3import { LitLite, camelCaseToKebab } from './lit-lite.js';
4export const LitElementExtended = (superclass = HTMLElement) => LitLite(superclass, html, render);
5export { html, svg, TemplateResult };
6export { camelCaseToKebab };
7//# sourceMappingURL=lit-element-extended.js.map
\No newline at end of file