UNPKG
@serpent/common-react
Version:
latest (1.0.3)
1.0.3
0.12.1
0.12.0
0.11.0
0.10.0
0.9.2
0.9.0
0.8.0
0.7.2
0.7.1
0.7.0
0.6.0
0.5.4
0.5.3
0.4.0
0.3.1
0.3.0
0.2.0
serpent react common package
github.com/qiu8310/serpent
qiu8310/serpent
@serpent/common-react
/
dist
/
hooks
/
usePersistState.d.ts
2 lines
(1 loc)
•
88 B
TypeScript
View Raw
1
2
export
declare
function
usePersistState
(
persistKey
:
string
,
initialState
?:
any
):
any
[];