Progress: update docs for color prop (#10358)

This commit is contained in:
杨奕
2018-03-26 11:43:19 +08:00
committed by GitHub
parent 5d6fe5eb2c
commit 8c2afa5759
4 changed files with 7 additions and 3 deletions

3
types/progress.d.ts vendored
View File

@@ -20,6 +20,9 @@ export declare class ElProgress extends ElementUIComponent {
/** The current status of progress bar */
status: ProgressStatus
/** Background color of progress bar. Overrides `status` prop */
color: string
/** The canvas width of circle progress bar */
width: number