mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-02 20:18:22 +08:00
7 lines
131 B
JavaScript
7 lines
131 B
JavaScript
// based on rc-progress 2.2.7
|
|
import Progress, { Line, Circle } from './src/';
|
|
|
|
export { Line, Circle };
|
|
|
|
export default Progress;
|