UNPKG

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