UNPKG

@progress/kendo-vue-common

Version:

Kendo UI for Vue Common Utilities package

28 lines (27 loc) 603 B
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ const e = { backspace: 8, tab: 9, enter: 13, shift: 16, esc: 27, space: 32, pageUp: 33, pageDown: 34, end: 35, home: 36, left: 37, up: 38, right: 39, down: 40, delete: 46 }; export { e as Keys };