Preparing search index...
The search index is not available
utopia-ui - v3.0.78
utopia-ui
<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
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
utopia-ui - v3.0.78
Loading...
Describes the props accepted by a Context Consumer.