Preparing search index...
The search index is not available
utopia-ui - v3.0.78
utopia-ui
<internal>
Dispatch
Type Alias Dispatch<A>
Dispatch
:
(
value
:
A
)
=>
void
A function that can be used to update the state of a
useState
or
useReducer
hook.
Type Parameters
A
Type declaration
(
value
:
A
)
:
void
Parameters
value
:
A
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
utopia-ui - v3.0.78
Loading...
A function that can be used to update the state of a useState or useReducer hook.