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

9 lines (8 loc) 175 B
/** * @ignore */ export declare function enqueuePendingAction(action: () => void): void; /** * @ignore */ export declare function tryRunPendingActions(): boolean;