UNPKG

@awsui/components-react

Version:

AWS UI is a collection of [React](https://reactjs.org/) components that help create intuitive, responsive, and accessible user experiences for web applications. It is developed by Amazon Web Services (AWS). This work is available under the terms of the [A

16 lines (15 loc) 234 B
export declare enum KeyCode { backspace = 8, space = 32, down = 40, left = 37, right = 39, up = 38, escape = 27, enter = 13, tab = 9, shift = 16, control = 17, alt = 18, meta = 91 }