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