mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 03:29:59 +08:00
f6dc5f39e0
* 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>
6 lines
130 B
TypeScript
6 lines
130 B
TypeScript
import Progress from './progress';
|
|
|
|
export type { ProgressAriaProps, ProgressProps } from './progress';
|
|
|
|
export default Progress;
|