ant-design/components/progress/index.tsx
Mehmet Yarar f6dc5f39e0
enhance: Improve the a11y of the upload progress bar (#42704)
* improve the a11y of the upload progress

* add a11y test, update snapshots

* pass aria props as part of restProps

* use kebab-case instead of camelCase for aria attributes

---------

Co-authored-by: afc163 <afc163@gmail.com>
2023-05-31 20:36:29 +08:00

6 lines
130 B
TypeScript

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