UNPKG

mobx-keystone-mindreframer

Version:

A MobX powered state management solution based on data trees with first class support for Typescript, snapshots, patches and much more

11 lines (10 loc) 325 B
import type { RootPath } from "../parent/path"; import type { Path } from "../parent/pathTypes"; /** * @ignore */ export declare function rootPathToTargetPathIds(rootPath: RootPath<any>): (string | null)[]; /** * @ignore */ export declare function pathToTargetPathIds(root: any, path: Path): (string | null)[];