Function
DropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
Source from the content-addressed store, hash-verified
| 126 | DropdownMenuSeparator.displayName = DropdownMenuPrimitive.Separator.displayName; |
| 127 | |
| 128 | const DropdownMenuShortcut = ({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>) => ( |
| 129 | <span className={cn("ur-dropdown-shortcut", className)} {...props} /> |
| 130 | ); |
| 131 | DropdownMenuShortcut.displayName = "DropdownMenuShortcut"; |
| 132 | |
| 133 | export { |
Callers
nothing calls this directly
Tested by
no test coverage detected