UNPKG

lobx-react

Version:

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

6 lines (5 loc) 180 B
import { Graph } from "lobx"; export interface UseObserverOptions { graph?: Graph; } export declare function useObserver<T>(fn: () => T, options?: UseObserverOptions): T;