Documentation
Preparing search index...
@solana/wallet-adapter-react
require
useLocalStorage
Function useLocalStorage
useLocalStorage
<
T
>
(
key
:
string
,
defaultState
:
T
,
)
:
[
T
,
Dispatch
<
SetStateAction
<
T
>
>
]
Type Parameters
T
Parameters
key
:
string
defaultState
:
T
Returns
[
T
,
Dispatch
<
SetStateAction
<
T
>
>
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...