@syncfusion/ej2-grids
Version:
Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel.
15 lines (13 loc) • 455 B
TypeScript
/*!
* filename: index.d.ts
* version : 29.1.37
* Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
* Use of this code is subject to the terms of our license.
* A copy of the current license can be obtained at any time by e-mailing
* licensing@syncfusion.com. Any infringement will be prosecuted under
* applicable laws.
*/
import * as _grids from '@syncfusion/ej2-grids';
export declare namespace ej {
const grids: typeof _grids;
}