UNPKG

@awsui/components-react

Version:

On July 19th, 2022, we launched [Cloudscape Design System](https://cloudscape.design). Cloudscape is an evolution of AWS-UI. It consists of user interface guidelines, front-end components, design resources, and development tools for building intuitive, en

16 lines 273 B
export declare enum KeyCode { pageUp = 33, pageDown = 34, end = 35, home = 36, backspace = 8, space = 32, down = 40, left = 37, right = 39, up = 38, escape = 27, enter = 13, tab = 9 } //# sourceMappingURL=keycode.d.ts.map