UNPKG

devextreme

Version:

JavaScript/TypeScript Component Suite for Responsive Web Development

16 lines (15 loc) 662 B
/** * DevExtreme (cjs/__internal/grids/grid_core/context_menu/const.js) * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/ */ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CONTEXT_MENU_MOVE_PREVIOUS_ICON_NAME = exports.CONTEXT_MENU_MOVE_NEXT_ICON_NAME = void 0; const CONTEXT_MENU_MOVE_PREVIOUS_ICON_NAME = exports.CONTEXT_MENU_MOVE_PREVIOUS_ICON_NAME = "arrowleft"; const CONTEXT_MENU_MOVE_NEXT_ICON_NAME = exports.CONTEXT_MENU_MOVE_NEXT_ICON_NAME = "arrowright";