({
...props
}: AutocompletePrimitive.Collection.Props)
| 256 | } |
| 257 | |
| 258 | function AutocompleteCollection({ |
| 259 | ...props |
| 260 | }: AutocompletePrimitive.Collection.Props) { |
| 261 | return ( |
| 262 | <AutocompletePrimitive.Collection |
| 263 | data-slot="autocomplete-collection" |
| 264 | {...props} |
| 265 | /> |
| 266 | ); |
| 267 | } |
| 268 | |
| 269 | function AutocompleteTrigger({ |
| 270 | className, |
nothing calls this directly
no outgoing calls
no test coverage detected