We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd6838 commit ef0dda7Copy full SHA for ef0dda7
typings/index.d.ts
@@ -5,7 +5,7 @@ declare module 'rc-progress' {
5
trailWidth?: number;
6
className?: string;
7
percent?: number | number[];
8
- strokeColor?: string | string[];
+ strokeColor?: string | string[] | object;
9
trailColor?: string;
10
strokeLinecap?: 'butt' | 'square' | 'round';
11
prefixCls?: string;
0 commit comments