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