({ ...props }: MenuPrimitive.RadioGroup.Props)
| 186 | } |
| 187 | |
| 188 | function DropdownMenuRadioGroup({ ...props }: MenuPrimitive.RadioGroup.Props) { |
| 189 | return ( |
| 190 | <MenuPrimitive.RadioGroup |
| 191 | data-slot="dropdown-menu-radio-group" |
| 192 | {...props} |
| 193 | /> |
| 194 | ); |
| 195 | } |
| 196 | |
| 197 | function DropdownMenuRadioItem({ |
| 198 | className, |
nothing calls this directly
no outgoing calls
no test coverage detected