11 lines
174 B
TypeScript
11 lines
174 B
TypeScript
|
import { LitElement } from 'lit-element';
|
||
|
const litElement = {
|
||
|
LitElement
|
||
|
};
|
||
|
|
||
|
import * as domtools from '@designestate/dees-domtools';
|
||
|
|
||
|
export {
|
||
|
litElement,
|
||
|
domtools
|
||
|
};
|