Function
MenubarShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
Source from the content-addressed store, hash-verified
| 183 | MenubarSeparator.displayName = MenubarPrimitive.Separator.displayName; |
| 184 | |
| 185 | const MenubarShortcut = ({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>) => { |
| 186 | return <span className={cn("ml-auto text-xs tracking-widest text-muted-foreground", className)} {...props} />; |
| 187 | }; |
| 188 | MenubarShortcut.displayname = "MenubarShortcut"; |
| 189 | |
| 190 | export { |
Callers
nothing calls this directly
Tested by
no test coverage detected