bindCurrentStoreToSubtree() / bindStoreToHost()
Bind store context to component hosts or subtrees. Exported for Dathra package integration.
ts
export { bindCurrentStoreToSubtree, bindStoreToHost };
declare function bindCurrentStoreToSubtree(root: Node): void;
declare function bindStoreToHost(host: HTMLElement, store: AtomStore): void;