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