storybook/lib/api/shortcut.d.ts
Norbert de Langen ec41d93c25
wip
2022-05-25 16:00:47 +02:00

3 lines
109 B
TypeScript

export type KeyCollection = string[];
export function shortcutToHumanString(shortcut: KeyCollection): string