export type SliderBaseSize = 'sm' | 'md' | 'lg' | string; export type SliderBaseVariant = 'primary' | 'secondary' | string; export type SliderBaseOrientation = 'horizontal' | 'vertical';