mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-30 02:57:50 +08:00
chore: add size type to progress (#2854)
This commit is contained in:
parent
c1cfabb20e
commit
6a910de636
7
types/progress.d.ts
vendored
7
types/progress.d.ts
vendored
@ -92,5 +92,12 @@ export declare class Progress extends AntdComponent {
|
||||
* @type number
|
||||
*/
|
||||
width?: number;
|
||||
|
||||
/**
|
||||
* the size of progress
|
||||
* @default 'default'
|
||||
* @type string
|
||||
*/
|
||||
size?: 'default' | 'middle';
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user