You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ant-design-vue/components/index.js

28 lines
629 B

7 years ago
export { default as Button } from './button'
export { default as Checkbox } from './checkbox'
export { default as Icon } from './icon'
7 years ago
export { default as Radio } from './radio'
export { default as Grid } from './grid'
7 years ago
export { default as Rate } from './rate'
export { default as ToolTip } from './tooltip'
7 years ago
export { default as Pagination } from './pagination'
7 years ago
export { default as Row } from './grid/Row'
7 years ago
export { default as Col } from './grid/Col'
7 years ago
export { default as Tag } from './tag'
export { default as Avatar } from './avatar'
export { default as Badge } from './badge'
7 years ago
export { default as Tabs } from './tabs'