import { forwardRef } from 'react'; import * as SelectPrimitive from '@radix-ui/react-select'; import { cn } from '#utils'; export const SelectSeparator = forwardRef< React.ElementRef, React.ComponentPropsWithoutRef >(function SelectSeparator({ className, ...props }, ref) { return ; });