Preparing search index...
The search index is not available
React18 Global Store
React18 Global Store
utils
Plugin
Type Alias Plugin<T>
Plugin
:
{
init
?:
(
key
:
string
,
value
:
T
|
undefined
,
mutate
:
Mutate
<
T
>
)
=>
void
;
onChange
?:
(
key
:
string
,
value
?:
T
)
=>
void
;
}
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
React18 Global Store
Loading...