MCPcopy Create free account
hub / github.com/code-with-antonio/nodebase / ContextMenuSub

Function ContextMenuSub

src/components/ui/context-menu.tsx:39–43  ·  view source on GitHub ↗
({
  ...props
}: React.ComponentProps<typeof ContextMenuPrimitive.Sub>)

Source from the content-addressed store, hash-verified

37}
38
39function ContextMenuSub({
40 ...props
41}: React.ComponentProps<typeof ContextMenuPrimitive.Sub>) {
42 return <ContextMenuPrimitive.Sub data-slot="context-menu-sub" {...props} />
43}
44
45function ContextMenuRadioGroup({
46 ...props

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected