UNPKG

mobx-react-lite

Version:

Lightweight React bindings for MobX based on React 16.8 and Hooks

2 lines (1 loc) 88 B
export declare function useComputed<T>(func: () => T, inputs?: ReadonlyArray<any>): T;