({ ...props }: ComboboxPrimitive.Collection.Props)
| 201 | } |
| 202 | |
| 203 | function ComboboxCollection({ ...props }: ComboboxPrimitive.Collection.Props) { |
| 204 | return ( |
| 205 | <ComboboxPrimitive.Collection data-slot="combobox-collection" {...props} /> |
| 206 | ); |
| 207 | } |
| 208 | |
| 209 | function ComboboxEmpty({ className, ...props }: ComboboxPrimitive.Empty.Props) { |
| 210 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected