ContextValue<T>: T extends React.Context<infer V>
    ? V
    : never

Type Parameters

  • T extends React.Context<any>

Generated using TypeDoc