import { Combobox as ComboboxPrimitive } from '@base-ui/react'; import { cn } from '#utils'; const ComboboxLabel = ({ className, ...props }: ComboboxPrimitive.GroupLabel.Props) => { return ( ); }; export { ComboboxLabel };