UNPKG

mobx-bonsai

Version:

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

5 lines (4 loc) 186 B
import type * as Y from "yjs"; import { Primitive } from "../../plainTypes/types"; export type YjsStructure = Y.Map<any> | Y.Array<any>; export type YjsValue = Primitive | YjsStructure;