({
...props
}: React.ComponentProps<typeof ContextMenuPrimitive.Group>)
| 21 | } |
| 22 | |
| 23 | function ContextMenuGroup({ |
| 24 | ...props |
| 25 | }: React.ComponentProps<typeof ContextMenuPrimitive.Group>) { |
| 26 | return ( |
| 27 | <ContextMenuPrimitive.Group data-slot="context-menu-group" {...props} /> |
| 28 | ) |
| 29 | } |
| 30 | |
| 31 | function ContextMenuPortal({ |
| 32 | ...props |
nothing calls this directly
no outgoing calls
no test coverage detected