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

7 lines
166 B
TypeScript

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