UNPKG

mobx-bonsai

Version:

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

3 lines (2 loc) 169 B
import { YjsStructure } from "../yjsTypes/types"; export declare function resolveYjsStructurePath(yjsObject: YjsStructure, path: readonly (string | number)[]): unknown;