UNPKG

niceform-hook

Version:
3 lines 246 B
/// <reference types="react" /> export default function useContextSelector<Value, Selected>(context: React.Context<Value>, selector: (value: Value) => Selected, deepComparison?: boolean): Selected; //# sourceMappingURL=useContextSelector.d.ts.map