diff --git a/ts/index.ts b/ts/index.ts index eaa4300..e7aca4b 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -1,6 +1,12 @@ import * as plugins from './dees-element.plugins'; - +export { + property, + html, + customElement, + TemplateResult, + internalProperty, +} from 'lit-element'; export class DeesElement extends plugins.litElement.LitElement {