Rezi
Preparing search index...
core/src
HookState
Type Alias HookState
HookState
:
|
{
kind
:
"state"
;
value
:
unknown
}
|
{
kind
:
"reducer"
;
reducer
:
(
state
:
unknown
,
action
:
unknown
)
=>
unknown
;
value
:
unknown
;
}
|
{
kind
:
"ref"
;
ref
:
RefState
}
|
{
effect
:
EffectState
;
kind
:
"effect"
}
|
{
kind
:
"memo"
;
memo
:
MemoState
}
|
{
callbackState
:
CallbackState
;
kind
:
"callback"
}
Per-hook-index state storage.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...
Per-hook-index state storage.