UNPKG
@twilio-paste/paste-reakit-fork
Version:
latest (1.4.1)
1.4.1
Forked Reakit that addresses SSR hydration issues
twilio-labs/paste-reakit
@twilio-paste/paste-reakit-fork
/
es
/
Form
/
utils
/
index.js
8 lines
(7 loc)
•
291 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
'../../_rollupPluginBabelHelpers-1f0bf8c2.js'
;
export
{ unstable_getIn }
from
'./getIn.js'
;
import
'reakit-utils/isObject'
;
export
{ unstable_setAllIn }
from
'./setAllIn.js'
;
import
'reakit-utils/toArray'
;
import
'reakit-utils/isInteger'
;
export
{ unstable_setIn }
from
'./setIn.js'
;