woby
Version:
A high-performance framework with fine-grained observable/signal-based reactivity for building rich applications.
15 lines • 560 B
TypeScript
export { $, $$, batch, isBatching, isObservable, isStore, resolve, store, tick, untrack } from './soby';
export * from './create_context';
export * from './create_directive';
export * from './create_element.via';
export * from './clone_element.via';
export * from './h.via';
export * from './hmr';
export * from './html.via';
export * from './lazy.via';
export * from './render.via';
export * from './render_to_string';
export * from './template.via';
export * from './merge_style';
export * from './wrap_clone_element';
//# sourceMappingURL=index.via.d.ts.map