({
...props
}: React.ComponentProps<typeof AutocompleteCollection>)
| 198 | } |
| 199 | |
| 200 | function CommandCollection({ |
| 201 | ...props |
| 202 | }: React.ComponentProps<typeof AutocompleteCollection>) { |
| 203 | return <AutocompleteCollection data-slot="command-collection" {...props} />; |
| 204 | } |
| 205 | |
| 206 | function CommandItem({ |
| 207 | className, |
nothing calls this directly
no outgoing calls
no test coverage detected