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