my-swiss-knife: - v1.9.9
Preparing search index...
react/utils
<internal>
ConsumerProps
Interface ConsumerProps<T>
Describes the props accepted by a Context
Consumer
.
interface
ConsumerProps
<
T
>
{
children
:
(
value
:
T
)
=>
ReactNode
;
}
Type Parameters
T
The type of the value the context provides.
Index
Properties
children
Properties
children
children
:
(
value
:
T
)
=>
ReactNode
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
my-swiss-knife: - v1.9.9
Loading...
Describes the props accepted by a Context Consumer.