({ ...props }: ComboboxPrimitive.Value.Props)
| 21 | const Combobox = ComboboxPrimitive.Root; |
| 22 | |
| 23 | function ComboboxValue({ ...props }: ComboboxPrimitive.Value.Props) { |
| 24 | return <ComboboxPrimitive.Value data-slot="combobox-value" {...props} />; |
| 25 | } |
| 26 | |
| 27 | function ComboboxTrigger({ |
| 28 | className, |
nothing calls this directly
no outgoing calls
no test coverage detected