UNPKG

ag-grid-enterprise

Version:

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

6 lines (5 loc) 200 B
import type { _ExcelExportGridApi, _ModuleWithApi } from 'ag-grid-community'; /** * @feature Import & Export -> Excel */ export declare const ExcelExportModule: _ModuleWithApi<_ExcelExportGridApi>;