MCPcopy Create free account
hub / github.com/evolify/dumpfun / DropdownMenuSub

Function DropdownMenuSub

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected