mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 07:56:28 +08:00
simplify index
This commit is contained in:
parent
1a961f2adc
commit
8dff727a27
4
index.js
4
index.js
@ -10,7 +10,7 @@ import {
|
|||||||
} from 'antd';
|
} from 'antd';
|
||||||
|
|
||||||
// copy from above
|
// copy from above
|
||||||
const antd = {
|
export {
|
||||||
Rate, Affix, DatePicker, Tooltip, Tag, Carousel, Tabs, Modal, Dropdown, Progress, Popover, Select,
|
Rate, Affix, DatePicker, Tooltip, Tag, Carousel, Tabs, Modal, Dropdown, Progress, Popover, Select,
|
||||||
Breadcrumb, Popconfirm, Pagination, Steps, InputNumber, Switch, Checkbox, Table, Collapse, message,
|
Breadcrumb, Popconfirm, Pagination, Steps, InputNumber, Switch, Checkbox, Table, Collapse, message,
|
||||||
Slider, QueueAnim, Radio, notification, Alert, Validation, Tree, TreeSelect, Upload,
|
Slider, QueueAnim, Radio, notification, Alert, Validation, Tree, TreeSelect, Upload,
|
||||||
@ -24,5 +24,3 @@ if (process.env.NODE_ENV !== 'production') {
|
|||||||
please use https://github.com/ant-design/babel-plugin-antd to reduce app bundle size.`);
|
please use https://github.com/ant-design/babel-plugin-antd to reduce app bundle size.`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export default antd;
|
|
||||||
|
Loading…
Reference in New Issue
Block a user