UNPKG

mobx

Version:

Simple, scalable state management.

5 lines (4 loc) 287 B
import { IDepTreeNode } from "../internal"; export declare function getAtom(thing: any, property?: PropertyKey): IDepTreeNode; export declare function getAdministration(thing: any, property?: string): any; export declare function getDebugName(thing: any, property?: string): string;