UNPKG

downshift

Version:

🏎 A set of primitives to build simple, flexible, WAI-ARIA compliant React autocomplete, combobox or select dropdown components.

7 lines (6 loc) 207 B
/** * Normalizes the 'key' property of a KeyboardEvent in IE/Edge * @param event a keyboardEvent object * @return keyboard key */ export declare function normalizeArrowKey(event: KeyboardEvent): string;