Interface ProviderProps<T>

Describes the props accepted by a Context Provider.

Type Parameters

  • T

    The type of the value the context provides.

Hierarchy

  • ProviderProps

Properties

Properties

children?: ReactNode
value: T

Generated using TypeDoc