UNPKG
@crossed/primitive
Version:
beta (1.8.0-beta.5)
latest (2.0.0)
2.0.0
1.9.2
1.9.1
1.9.0
1.8.1
1.8.0
1.8.0-beta.5
1.8.0-beta.4
1.8.0-beta.3
1.7.1-beta.2
1.7.1-beta.1
1.7.1-beta.0
1.7.0
1.6.0
1.5.0
1.4.1
1.4.0
1.3.0
1.2.0
1.1.0
A universal & performant styling library for React Native, Next.js & React
@crossed/primitive
/
lib
/
module
/
utils
/
index.js
10 lines
(9 loc)
•
214 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
*
from
"./Collections"
;
export
*
from
"./RemoveScroll"
;
export
*
from
"./RovingFocus"
;
export
*
from
"./Slot"
;
import
{ useEvent }
from
"./useEvent"
;
export
{ useEvent };
//# sourceMappingURL=index.js.map