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

Function DropdownMenuSub

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

Source from the content-addressed store, hash-verified

193}
194
195function DropdownMenuSub({
196 ...props
197}: React.ComponentProps<typeof DropdownMenuPrimitive.Sub>) {
198 return <DropdownMenuPrimitive.Sub data-slot="dropdown-menu-sub" {...props} />
199}
200
201function DropdownMenuSubTrigger({
202 className,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected