UNPKG

mobx-bonsai-yjs

Version:

Y.js two-way binding for mobx-bonsai

5 lines (4 loc) 177 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;