mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
Progress: update docs for color prop (#10358)
This commit is contained in:
3
types/progress.d.ts
vendored
3
types/progress.d.ts
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user