UNPKG

@design.estate/dees-element

Version:

A library for creating custom elements extending the lit element class with additional functionalities.

9 lines (6 loc) 310 B
// better scoped exports export * from './classes.resolvedirective.js'; export * from './classes.subscribedirective.js'; export { subscribeWithTemplate } from './classes.subscribewithtemplate.js'; export { until } from 'lit/directives/until.js'; export { asyncAppend } from 'lit/directives/async-append.js';