ant-design-vue/components/progress/index.ts

7 lines
161 B
TypeScript
Raw Normal View History

2019-01-12 03:33:27 +00:00
import Progress from './progress';
2020-11-01 07:03:33 +00:00
import { withInstall } from '../_util/type';
2018-04-03 06:14:38 +00:00
2020-10-17 12:52:58 +00:00
export { ProgressProps } from './props';
2018-04-03 06:14:38 +00:00
2020-11-01 07:03:33 +00:00
export default withInstall(Progress);