MCPcopy Create free account
hub / github.com/MagicCube/agentara / DropdownMenuGroup

Function DropdownMenuGroup

web/src/components/ui/dropdown-menu.tsx:52–58  ·  view source on GitHub ↗
({
  ...props
}: React.ComponentProps<typeof DropdownMenuPrimitive.Group>)

Source from the content-addressed store, hash-verified

50}
51
52function DropdownMenuGroup({
53 ...props
54}: React.ComponentProps<typeof DropdownMenuPrimitive.Group>) {
55 return (
56 <DropdownMenuPrimitive.Group data-slot="dropdown-menu-group" {...props} />
57 )
58}
59
60function DropdownMenuItem({
61 className,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected