@progress/kendo-vue-dateinputs
Version:
23 lines (22 loc) • 594 B
TypeScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
/**
* @hidden
*/
export declare enum Action {
Left = 0,
Right = 1,
Up = 2,
Down = 3,
PrevView = 4,
NextView = 5,
FirstInView = 6,
LastInView = 7,
LowerView = 8,
UpperView = 9
}