UNPKG

@lume/element

Version:

Create Custom Elements with reactivity and automatic re-rendering.

14 lines (12 loc) 307 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 const version = '0.16.2'