UNPKG

ce-decorators

Version:

Custom Element decorators for typescript

13 lines 594 B
export * from 'lit-html'; export { render as shadyRender } from 'lit-html/lib/shady-render'; export * from 'lit-html/directives/async-append'; export * from 'lit-html/directives/async-replace'; export * from 'lit-html/directives/cache'; export * from 'lit-html/directives/class-map'; export * from 'lit-html/directives/guard'; export * from 'lit-html/directives/if-defined'; export * from 'lit-html/directives/repeat'; export * from 'lit-html/directives/style-map'; export * from 'lit-html/directives/unsafe-html'; export * from 'lit-html/directives/until'; //# sourceMappingURL=lit-html.js.map