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

40 lines
913 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'
7 years ago
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'
7 years ago
export { default as Input } from './input'
7 years ago
export { default as Breadcrumb } from './breadcrumb'
7 years ago
7 years ago
export { default as Popover } from './popover'
7 years ago
export { default as Popconfirm } from './popconfirm'
7 years ago
export { default as Menu } from './menu'
7 years ago
export { default as Card } from './card'