Skip to content

Commit 6a910de

Browse files
authored
chore: add size type to progress (#2854)
1 parent c1cfabb commit 6a910de

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

types/progress.d.ts

+7
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,12 @@ export declare class Progress extends AntdComponent {
9292
* @type number
9393
*/
9494
width?: number;
95+
96+
/**
97+
* the size of progress
98+
* @default 'default'
99+
* @type string
100+
*/
101+
size?: 'default' | 'middle';
95102
};
96103
}

0 commit comments

Comments
 (0)