({
...props
}: React.ComponentProps<typeof ContextMenuPrimitive.RadioGroup>)
| 43 | } |
| 44 | |
| 45 | function ContextMenuRadioGroup({ |
| 46 | ...props |
| 47 | }: React.ComponentProps<typeof ContextMenuPrimitive.RadioGroup>) { |
| 48 | return ( |
| 49 | <ContextMenuPrimitive.RadioGroup |
| 50 | data-slot="context-menu-radio-group" |
| 51 | {...props} |
| 52 | /> |
| 53 | ) |
| 54 | } |
| 55 | |
| 56 | function ContextMenuSubTrigger({ |
| 57 | className, |
nothing calls this directly
no outgoing calls
no test coverage detected