Skip to content

Commit

Permalink
fix: Update interface.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Frankusky authored Nov 14, 2023
1 parent fa77b3e commit 6989209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ export type SemanticName = 'tracks' | 'track' | 'rail' | 'handle';

export type SliderClassNames = Partial<Record<SemanticName, string>>;

export type SliderStyles = Partial<Record<SemanticName, React.CSSProperties>>;
export type SliderStyles = Partial<Record<SemanticName, React.CSSProperties|React.CSSProperties[]>>;

0 comments on commit 6989209

Please sign in to comment.