Function
CommandShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
Source from the content-addressed store, hash-verified
| 115 | CommandItem.displayName = CommandPrimitive.Item.displayName; |
| 116 | |
| 117 | const CommandShortcut = ({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>) => { |
| 118 | return <span className={cn("ml-auto text-xs tracking-widest text-muted-foreground", className)} {...props} />; |
| 119 | }; |
| 120 | CommandShortcut.displayName = "CommandShortcut"; |
| 121 | |
| 122 | export { |
Callers
nothing calls this directly
Tested by
no test coverage detected