UNPKG

@public-ui/components

Version:

Contains all web components that belong to KoliBri - The accessible HTML-Standard.

14 lines (13 loc) 418 B
/*! * KoliBri - The accessible HTML-Standard */ export var KeyboardKey; (function (KeyboardKey) { KeyboardKey["ArrowDown"] = "ArrowDown"; KeyboardKey["ArrowLeft"] = "ArrowLeft"; KeyboardKey["ArrowRight"] = "ArrowRight"; KeyboardKey["ArrowUp"] = "ArrowUp"; KeyboardKey["Enter"] = "Enter"; KeyboardKey["Space"] = " "; })(KeyboardKey || (KeyboardKey = {})); //# sourceMappingURL=keyboard.js.map