mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 02:21:48 +08:00
3 lines
109 B
TypeScript
3 lines
109 B
TypeScript
export type KeyCollection = string[];
|
|
|
|
export function shortcutToHumanString(shortcut: KeyCollection): string |