MCPcopy
hub / github.com/OpenBMB/UltraRAG / DropdownMenuShortcut

Function DropdownMenuShortcut

ui/frontend/src/shared/ui/dropdown-menu.tsx:128–130  ·  view source on GitHub ↗
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)

Source from the content-addressed store, hash-verified

126DropdownMenuSeparator.displayName = DropdownMenuPrimitive.Separator.displayName;
127
128const DropdownMenuShortcut = ({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>) => (
129 <span className={cn("ur-dropdown-shortcut", className)} {...props} />
130);
131DropdownMenuShortcut.displayName = "DropdownMenuShortcut";
132
133export {

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected