import { Combobox as ComboboxPrimitive } from '@base-ui/react'; import { cn } from '#utils'; const ComboboxContent = ({ align = 'start', alignOffset = 0, anchor, className, side = 'bottom', sideOffset = 6, ...props }: ComboboxPrimitive.Popup.Props & Pick) => { return ( ); }; export { ComboboxContent };