Function
DropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
Source from the content-addressed store, hash-verified
| 168 | DropdownMenuSeparator.displayName = RadixDropdownMenu.Separator.displayName |
| 169 | |
| 170 | const DropdownMenuShortcut = ({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>) => ( |
| 171 | <span className={cn('ml-auto text-xs tracking-widest text-surface-500', className)} {...props} /> |
| 172 | ) |
| 173 | DropdownMenuShortcut.displayName = 'DropdownMenuShortcut' |
| 174 | |
| 175 | export { |
Callers
nothing calls this directly
Tested by
no test coverage detected