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

Function DropdownMenuSeparator

common/components/ui/dropdown-menu.tsx:164–175  ·  view source on GitHub ↗
({
  className,
  ...props
}: React.ComponentProps<typeof DropdownMenuPrimitive.Separator>)

Source from the content-addressed store, hash-verified

162}
163
164function DropdownMenuSeparator({
165 className,
166 ...props
167}: React.ComponentProps<typeof DropdownMenuPrimitive.Separator>) {
168 return (
169 <DropdownMenuPrimitive.Separator
170 data-slot="dropdown-menu-separator"
171 className={cn("bg-border -mx-1 my-1 h-px", className)}
172 {...props}
173 />
174 )
175}
176
177function DropdownMenuShortcut({
178 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected