Outlook_Addin_LLM/node_modules/@fluentui/keyboard-key/lib-amd/codes.d.ts

8 lines
260 B
TypeScript
Raw Permalink Normal View History

/**
* Mapping from numeric key code to key name. If the value is an array, the first element is the
* primary key name, and the second element is the key name when shift is pressed.
*/
export declare const codes: {
[code: string]: string | string[];
};