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