UNPKG

mobx-react-lite

Version:

Lightweight React bindings for MobX based on React 16.8 and Hooks

4 lines (3 loc) 183 B
export declare function useUnmount(fn: () => void): void; export declare function useForceUpdate(): () => void; export declare function isPlainObject(value: any): value is object;