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

7 lines
161 B
TypeScript

import Progress from './progress';
import { withInstall } from '../_util/type';
export { ProgressProps } from './props';
export default withInstall(Progress);