mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-04 21:18:14 +08:00
10 lines
133 B
JavaScript
10 lines
133 B
JavaScript
// based on rc-progress 2.2.6
|
|
import Progress, { Line, Circle } from './src/'
|
|
|
|
export {
|
|
Line,
|
|
Circle,
|
|
}
|
|
|
|
export default Progress
|