({
...props
}: React.ComponentProps<typeof SelectPrimitive.Value>)
| 17 | } |
| 18 | |
| 19 | function SelectValue({ |
| 20 | ...props |
| 21 | }: React.ComponentProps<typeof SelectPrimitive.Value>) { |
| 22 | return <SelectPrimitive.Value data-slot="select-value" {...props} /> |
| 23 | } |
| 24 | |
| 25 | function SelectTrigger({ |
| 26 | className, |
nothing calls this directly
no outgoing calls
no test coverage detected