UNPKG
@crossed/demo
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0
A universal & performant styling library for React Native, Next.js & React
@crossed/demo
/
src
/
ui
/
layout
/
index.ts
5 lines
(4 loc)
•
98 B
text/typescript
View Raw
1
2
3
4
5
export
*
from
'./Box'
;
export
*
from
'./YBox'
;
export
*
from
'./XBox'
;
export
*
from
'./Divider'
;