Skip to content

Commit f7a9e2d

Browse files
committed
chore: update ts
1 parent 481ee57 commit f7a9e2d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/interface.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ export interface ProgressProps {
1414
transition?: string;
1515
}
1616

17-
export type StrokeColorType = string | string[] | Record<string, string>;
17+
export type BaseStrokeColorType = string | Record<string, string>;
18+
19+
export type StrokeColorType = BaseStrokeColorType | BaseStrokeColorType[];
1820

1921
export type GapPositionType = 'top' | 'right' | 'bottom' | 'left';
2022

0 commit comments

Comments
 (0)