({
...props
}: React.ComponentProps<typeof ContextMenuPrimitive.Portal>)
| 29 | } |
| 30 | |
| 31 | function ContextMenuPortal({ |
| 32 | ...props |
| 33 | }: React.ComponentProps<typeof ContextMenuPrimitive.Portal>) { |
| 34 | return ( |
| 35 | <ContextMenuPrimitive.Portal data-slot="context-menu-portal" {...props} /> |
| 36 | ) |
| 37 | } |
| 38 | |
| 39 | function ContextMenuSub({ |
| 40 | ...props |
nothing calls this directly
no outgoing calls
no test coverage detected