UNPKG

mobx-react-lite

Version:

Lightweight React bindings for MobX based on function components and Hooks

2 lines (1 loc) 88 B
export declare function useObserver<T>(render: () => T, baseComponentName?: string): T;