({
...props
}: React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>)
| 124 | } |
| 125 | |
| 126 | function DropdownMenuRadioGroup({ |
| 127 | ...props |
| 128 | }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>) { |
| 129 | return ( |
| 130 | <DropdownMenuPrimitive.RadioGroup |
| 131 | data-slot="dropdown-menu-radio-group" |
| 132 | {...props} |
| 133 | /> |
| 134 | ) |
| 135 | } |
| 136 | |
| 137 | function DropdownMenuRadioItem({ |
| 138 | className, |
nothing calls this directly
no outgoing calls
no test coverage detected