UNPKG

201 BTypeScriptView Raw
1import { AnnotationsMap } from "mobx";
2export declare function useLocalObservable<TStore extends Record<string, any>>(initializer: () => TStore, annotations?: AnnotationsMap<TStore, never>): TStore;