Preparing search index...
The search index is not available
@tmtsoftware/esw-ts
@tmtsoftware/esw-ts
components
<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
@tmtsoftware/esw-ts
Loading...
Describes the props accepted by a Context Consumer.