UNPKG

mobx-react-lite

Version:

Lightweight React bindings for MobX based on function components and Hooks

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