Function
DropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
Source from the content-addressed store, hash-verified
| 156 | DropdownMenuSeparator.displayName = DropdownMenuPrimitive.Separator.displayName; |
| 157 | |
| 158 | const DropdownMenuShortcut = ({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>) => { |
| 159 | return <span className={cn("ml-auto text-xs tracking-widest opacity-60", className)} {...props} />; |
| 160 | }; |
| 161 | DropdownMenuShortcut.displayName = "DropdownMenuShortcut"; |
| 162 | |
| 163 | export { |
Callers
nothing calls this directly
Tested by
no test coverage detected