初始化

This commit is contained in:
clay
2021-12-27 18:00:02 +08:00
commit a75166d228
323 changed files with 30338 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
/**
* @author: clay
* @data: 2019/11/14
* @description: ClayTop内部的通用组件
*/
import Checkbox from './checkbox'
import Button from './button'
import Dropdown from './dropdown'
import Loading from './loading'
export {
Checkbox,
Button,
Dropdown,
Loading
}