UNPKG
kylin-ui-component
Version:
latest (0.0.2)
0.0.2
0.0.1
A React UI library for some developers to develop quickly
kylin-ui-component
/
dist
/
types
/
packages
/
components
/
Button
/
index.d.ts
6 lines
(5 loc)
•
189 B
TypeScript
View Raw
1
2
3
4
5
6
/**=============== 导出 组件 ================= */
export
*
from
'./Button'
;
export
*
from
'./ButtonGroup'
;
/**=============== 导出 类型 ================= */
export
*
from
'./type'
;