({
...props
}: React.ComponentProps<typeof ContextMenuPrimitive.Sub>)
| 37 | } |
| 38 | |
| 39 | function ContextMenuSub({ |
| 40 | ...props |
| 41 | }: React.ComponentProps<typeof ContextMenuPrimitive.Sub>) { |
| 42 | return <ContextMenuPrimitive.Sub data-slot="context-menu-sub" {...props} /> |
| 43 | } |
| 44 | |
| 45 | function ContextMenuRadioGroup({ |
| 46 | ...props |
nothing calls this directly
no outgoing calls
no test coverage detected