UNPKG

devextreme

Version:

HTML5 JavaScript Component Suite for Responsive Web Development

14 lines (13 loc) 532 B
/** * DevExtreme (esm/__internal/grids/data_grid/module_not_extended/keyboard_navigation.js) * Version: 22.1.9 * Build date: Tue Apr 18 2023 * * Copyright (c) 2012 - 2023 Developer Express Inc. ALL RIGHTS RESERVED * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/ */ import { keyboardNavigationModule } from "../../../../ui/grid_core/ui.grid_core.keyboard_navigation"; import gridCore from "../module_core"; gridCore.registerModule("keyboardNavigation", keyboardNavigationModule);