UNPKG

@vtaits/react-required-context

Version:

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

2 lines (1 loc) 89 B
export declare const createContext: <ValueType>() => import("react").Context<ValueType>;