UNPKG

@design.estate/dees-element

Version:

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

6 lines (5 loc) 283 B
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';