···11export { invalidate, keyed, onMount, onUnmount } from './client/controller.ts'
22-export { attr_directive as attr, type Directive } from './client/parts.ts'
22+export { attr_directive as attr, on_directive as on, type Directive } from './client/parts.ts'
33export { createRoot, hydrate, type Root } from './client/root.ts'