Skip to content

Commit ef0dda7

Browse files
hengkxafc163
authored andcommitted
update typescript definites
strokeColor
1 parent 3bd6838 commit ef0dda7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typings/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ declare module 'rc-progress' {
55
trailWidth?: number;
66
className?: string;
77
percent?: number | number[];
8-
strokeColor?: string | string[];
8+
strokeColor?: string | string[] | object;
99
trailColor?: string;
1010
strokeLinecap?: 'butt' | 'square' | 'round';
1111
prefixCls?: string;

0 commit comments

Comments
 (0)