({
...props
}: React.ComponentProps<typeof SelectPrimitive.Group>)
| 13 | } |
| 14 | |
| 15 | function SelectGroup({ |
| 16 | ...props |
| 17 | }: React.ComponentProps<typeof SelectPrimitive.Group>) { |
| 18 | return <SelectPrimitive.Group data-slot="select-group" {...props} /> |
| 19 | } |
| 20 | |
| 21 | function SelectValue({ |
| 22 | ...props |
nothing calls this directly
no outgoing calls
no test coverage detected