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
/
Box
/
index.js
6 lines
(5 loc)
•
202 B
JavaScript
View Raw
1
2
3
4
5
6
import
'../_rollupPluginBabelHelpers-1f0bf8c2.js'
;
import
'reakit-system/createComponent'
;
import
'reakit-system/createHook'
;
import
'reakit-utils/shallowEqual'
;
export
{
Box
, useBox }
from
'./Box.js'
;