UNPKG

@legendapp/state

Version:
4 lines (3 loc) 202 B
import { Selector } from '@legendapp/state'; import type { UseSelectorOptions } from './reactInterfaces'; export declare function useSelector<T>(selector: Selector<T>, options?: UseSelectorOptions): T;