From 69892094c9481a81c780ca9bb613cc3039db8581 Mon Sep 17 00:00:00 2001 From: Frank Sam Hu Date: Tue, 14 Nov 2023 12:49:12 -0600 Subject: [PATCH] fix: Update interface.ts --- src/interface.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>;