(label: string, shortcutId: ShortcutLabelId)
| 69 | } |
| 70 | |
| 71 | export function formatShortcutTooltip(label: string, shortcutId: ShortcutLabelId): string { |
| 72 | return `${label} (${getShortcutLabel(shortcutId)})` |
| 73 | } |
| 74 | |
| 75 | export function withStandardMenu( |
| 76 | menu: NonNullable<DropdownProps['menu']> |
no test coverage detected