UNPKG

mobx-bonsai

Version:

A fast lightweight alternative to MobX-State-Tree + Y.js two-way binding

12 lines (11 loc) 315 B
import { YjsStructure } from "../yjsTypes/types"; export declare function setupYjsToNodeReplication({ node, yjsObject, yjsOrigin, yjsReplicatingRef, }: { node: object; yjsObject: YjsStructure; yjsOrigin: symbol; yjsReplicatingRef: { current: number; }; }): { dispose: () => void; };