UNPKG

mobx-bonsai-yjs

Version:

Y.js two-way binding for mobx-bonsai

6 lines (4 loc) 174 B
import { _Primitive } from "mobx-bonsai" import type * as Y from "yjs" export type YjsStructure = Y.Map<any> | Y.Array<any> export type YjsValue = _Primitive | YjsStructure