UNPKG

ag-grid-community

Version:

Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue

8 lines (7 loc) 320 B
import type { _ColumnMoveApi } from '../api/gridApi'; import type { _ModuleWithApi } from '../interfaces/iModule'; /** * @feature Columns -> Column Moving * @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */ export declare const ColumnMoveModule: _ModuleWithApi<_ColumnMoveApi>;