mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-13 11:34:02 +08:00
Progress: add strokeLinecap prop (#17552)
* Progress: add strokeLinecap prop * update docs
This commit is contained in:
3
types/progress.d.ts
vendored
3
types/progress.d.ts
vendored
@@ -14,6 +14,9 @@ export declare class ElProgress extends ElementUIComponent {
|
||||
/** The width of progress bar */
|
||||
strokeWidth: number
|
||||
|
||||
/** Circle progress bar stroke line cap */
|
||||
strokeLinecap: string
|
||||
|
||||
/** Whether to place the percentage inside progress bar, only works when type is 'line' */
|
||||
textInside: boolean
|
||||
|
||||
|
||||
Reference in New Issue
Block a user