UNPKG
lole-ui
Version:
latest (0.5.71)
0.5.71
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
React UI Component which like a love letter
github.com/XIYExi/xiOn-ui
XIYExi/xiOn-ui
lole-ui
/
dist
/
components
/
Grid
/
index.d.ts
4 lines
(3 loc)
•
74 B
TypeScript
View Raw
1
2
3
4
import
Col
from
"./col"
;
import
Row
from
'./row'
;
export
{
Col
,
Row
};