UNPKG

mobx-bonsai

Version:

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

6 lines (4 loc) 183 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