UNPKG

@vtaits/react-required-context

Version:

React context that has no default value and must be defined to be used

3 lines (2 loc) 126 B
import type { Context } from "react"; export declare const useContext: <ValueType>(context: Context<ValueType>) => ValueType;