dees-element/ts/dees-element.plugins.ts

20 lines
307 B
TypeScript
Raw Normal View History

2020-12-07 03:30:59 +00:00
// pushrocks scope
import * as smartrx from '@pushrocks/smartrx';
export {
smartrx
};
// third party scope
2020-11-25 14:56:18 +00:00
import { LitElement, property } from 'lit-element';
2020-11-25 13:43:39 +00:00
const litElement = {
2020-11-25 14:56:18 +00:00
LitElement,
property
2020-11-25 13:43:39 +00:00
};
import * as domtools from '@designestate/dees-domtools';
export {
litElement,
domtools
};