UNPKG

mobx-react-lite

Version:

Lightweight React bindings for MobX based on React 16.8 and Hooks

4 lines (3 loc) 163 B
declare type SupportedValues = object | Map<any, any> | any[]; export declare function useObservable<T extends SupportedValues>(initialValue: T): T; export {};