({
...props
}: React.ComponentProps<typeof ContextMenuPrimitive.Root>)
| 7 | import { cn } from "@/lib/utils" |
| 8 | |
| 9 | function ContextMenu({ |
| 10 | ...props |
| 11 | }: React.ComponentProps<typeof ContextMenuPrimitive.Root>) { |
| 12 | return <ContextMenuPrimitive.Root data-slot="context-menu" {...props} /> |
| 13 | } |
| 14 | |
| 15 | function ContextMenuTrigger({ |
| 16 | ...props |
nothing calls this directly
no outgoing calls
no test coverage detected