ant-design/components/progress/index.ts
lijianan 0b6356d984
chore: rename file .tsx => .ts (#46759)
* chore: rename file .tsx => .ts

* fix: fix

* test: add test case
2024-01-03 08:45:11 +08:00

6 lines
130 B
TypeScript

import Progress from './progress';
export type { ProgressAriaProps, ProgressProps } from './progress';
export default Progress;