({ className, ...props }: ComboboxPrimitive.Group.Props)
| 178 | } |
| 179 | |
| 180 | function ComboboxGroup({ className, ...props }: ComboboxPrimitive.Group.Props) { |
| 181 | return ( |
| 182 | <ComboboxPrimitive.Group |
| 183 | data-slot="combobox-group" |
| 184 | className={cn(className)} |
| 185 | {...props} |
| 186 | /> |
| 187 | ); |
| 188 | } |
| 189 | |
| 190 | function ComboboxLabel({ |
| 191 | className, |