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

5 lines (4 loc) 123 B
/** * Decorator that turns a function into a model action. */ export declare function modelAction(...args: any[]): void;