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

Function DropdownMenuTrigger

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

Source from the content-addressed store, hash-verified

19}
20
21function DropdownMenuTrigger({
22 ...props
23}: React.ComponentProps<typeof DropdownMenuPrimitive.Trigger>) {
24 return (
25 <DropdownMenuPrimitive.Trigger
26 data-slot="dropdown-menu-trigger"
27 {...props}
28 />
29 )
30}
31
32function DropdownMenuContent({
33 className,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected