UNPKG
valtio
Version:
latest (2.3.2)
next (2.0.0-rc.2)
2.3.2
2.3.1
2.3.0
2.2.0
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
2.0.0-rc.2
2.0.0-rc.1
2.0.0-rc.0
2.0.0-beta.5
2.0.0-beta.4
2.0.0-beta.3
2.0.0-beta.2
2.0.0-beta.1
2.0.0-beta.0
2.0.0-alpha.2
2.0.0-alpha.1
2.0.0-alpha.0
1.13.2
1.13.1
1.13.0
1.12.1
1.12.0
1.11.3
1.11.2
1.11.1
1.11.0
1.10.7
1.10.6
1.10.5
1.10.4
1.10.3
1.10.2
1.10.1
1.10.0
1.9.0
1.8.2
1.8.1
1.8.0
1.7.6
1.7.5
1.7.4
1.7.3
1.7.2
1.7.1
1.7.0
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.2
1.5.1
1.5.0
1.4.0
1.3.1
1.3.0
1.2.12
1.2.11
1.2.10
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.8.2
0.8.1
0.8.0
0.7.1
0.7.0
0.6.3
0.6.2
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
0.4.10
0.4.9
0.4.8
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
0.0.1
0.0.0
🧙 Valtio makes proxy-state simple for React and Vanilla
github.com/pmndrs/valtio
pmndrs/valtio
valtio
/
vanilla
/
utils.d.ts
7 lines
(6 loc)
•
274 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
{ subscribeKey }
from
'./utils/subscribeKey'
;
export
{ watch }
from
'./utils/watch'
;
export
{ devtools }
from
'./utils/devtools'
;
export
{ deepClone }
from
'./utils/deepClone'
;
export
{ proxySet }
from
'./utils/proxySet'
;
export
{ proxyMap }
from
'./utils/proxyMap'
;