UNPKG

mobx-bonsai

Version:

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

7 lines (6 loc) 211 B
import { NodeKeyValue } from '../nodeTypeKey/nodeType'; /** * Node key generator function. */ export type NodeKeyGenerator = () => NodeKeyValue; export declare const defaultNodeKeyGenerator: NodeKeyGenerator;