diff --git a/src/interface.ts b/src/interface.ts index 82f0b59ea..11f4cb899 100644 --- a/src/interface.ts +++ b/src/interface.ts @@ -10,4 +10,4 @@ export type SemanticName = 'tracks' | 'track' | 'rail' | 'handle'; export type SliderClassNames = Partial>; -export type SliderStyles = Partial>; +export type SliderStyles = Partial>;