ant-design-vue/components/index.js

16 lines
341 B
JavaScript
Raw Normal View History

2017-10-26 07:18:08 +00:00
import './button/style'
import './checkbox/style'
import './icon/style'
2017-10-27 06:04:48 +00:00
import './radio/style'
import './grid/style'
2017-10-26 07:18:08 +00:00
export { default as Button } from './button'
export { default as Checkbox } from './checkbox'
export { default as Icon } from './icon'
2017-10-27 06:04:48 +00:00
export { default as Radio } from './radio'
export { default as Grid } from './grid'