UNPKG

mobx-keystone

Version:

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

7 lines (6 loc) 121 B
/** * A mobx-keystone error. */ export declare class MobxKeystoneError extends Error { constructor(msg: string); }