UNPKG

@lume/element

Version:

Create Custom Elements with reactivity and automatic re-rendering.

7 lines 352 B
export * from './LumeElement.js'; export * from './decorators/index.js'; export * from './css.js'; export { identityTemplateTag, camelCaseToDash, dashCaseToCamelCase, type CamelCasedProps, type DashCasedProps, } from './utils.js'; export type { JSX } from './jsx-runtime.js'; export declare const version = "0.16.2"; //# sourceMappingURL=index.d.ts.map