({
...props
}: React.ComponentProps<typeof SelectPrimitive.Root>)
| 7 | import { cn } from "@/lib/utils" |
| 8 | |
| 9 | function Select({ |
| 10 | ...props |
| 11 | }: React.ComponentProps<typeof SelectPrimitive.Root>) { |
| 12 | return <SelectPrimitive.Root data-slot="select" {...props} /> |
| 13 | } |
| 14 | |
| 15 | function SelectGroup({ |
| 16 | ...props |
nothing calls this directly
no outgoing calls
no test coverage detected