Skip to content

Commit

Permalink
✨ feat: add more antd temple components
Browse files Browse the repository at this point in the history
  • Loading branch information
ONLY-yours committed Aug 21, 2023
1 parent 762cd3b commit e99d7b7
Show file tree
Hide file tree
Showing 2 changed files with 17,680 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/antd/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
// 先临时倒出暂未封装的 antd 组件
export {
Breadcrumb,
Button,
Card,
Cascader,
Checkbox,
ColorPicker,
DatePicker,
Dropdown,
Form,
Layout,
Menu,
} from 'antd';
export * from './Input';
export * from './InputNumber';
export * from './Segmented';
Expand Down
Loading

0 comments on commit e99d7b7

Please sign in to comment.