chore: add size type to progress (#2854)

pull/2783/head
zkwolf 4 years ago committed by GitHub
parent c1cfabb20e
commit 6a910de636
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save