import * as React from 'react'; import * as SliderPrimitive from '@radix-ui/react-slider'; import { clsx } from 'clsx'; export const Slider = React.forwardRef< React.ElementRef, React.ComponentPropsWithoutRef >(({ className, ...props }, ref) => ( )); Slider.displayName = SliderPrimitive.Root.displayName;