a post-component library for building user-interfaces on the web.
at main 3 lines 233 B view raw
1export { invalidate, onMount, onUnmount } from './client/controller.ts' 2export { attr_directive as attr, on_directive as on, type Directive } from './client/parts.ts' 3export { createRoot, hydrate, type Root } from './client/root.ts'