UNPKG

mobx-react-lite

Version:

Lightweight React bindings for MobX based on React 16.8+ and Hooks

3 lines (2 loc) 199 B
import { AnnotationsMap } from "mobx"; export declare function useLocalObservable<TStore extends Record<string, any>>(initializer: () => TStore, annotations?: AnnotationsMap<TStore, never>): TStore;