Preparing search index...
The search index is not available
Additional types and utils for TypeScript
type-plus
ContextExtender
Type Alias ContextExtender<Current, Additional>
Context
Extender
<
Current
,
Additional
>
:
(
(
context
:
Current
)
=>
Additional
)
Extends the context with new props.
Type Parameters
Current
Additional
Type declaration
(
context
)
:
Additional
Parameters
context
:
Current
the current context.
Returns
Additional
an additional context with new properties.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
type-plus - v8.0.0-beta.6
Loading...
Extends the context with new props.