UNPKG

@lit/reactive-element

Version:

A simple low level base class for creating fast, lightweight web components

11 lines (10 loc) 598 B
export { customElement } from './decorators/custom-element.js'; export { property, standardProperty } from './decorators/property.js'; export { state } from './decorators/state.js'; export { eventOptions } from './decorators/event-options.js'; export { query } from './decorators/query.js'; export { queryAll } from './decorators/query-all.js'; export { queryAsync } from './decorators/query-async.js'; export { queryAssignedElements } from './decorators/query-assigned-elements.js'; export { queryAssignedNodes } from './decorators/query-assigned-nodes.js'; //# sourceMappingURL=decorators.js.map