Preparing search index...
The search index is not available
@xarc/react
@xarc/react
common
React
Dispatch
Type alias Dispatch<A>
Dispatch
<
A
>
:
(
(
value
)
=>
void
)
A function that can be used to update the state of a
useState
or
useReducer
hook.
Type Parameters
A
Type declaration
(
value
)
:
void
Parameters
value
:
A
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@xarc/react
Loading...
A function that can be used to update the state of a useState or useReducer hook.