UNPKG

ketcher-core

Version:
3 lines (2 loc) 169 B
export declare function shortcutStr(shortcut?: string | string[]): string; export declare const generateMenuShortcuts: <T>(obj: any) => { [key in keyof T]: string; };