@syncfusion/ej2-pivotview
Version:
The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table.
15 lines (13 loc) • 471 B
TypeScript
/*!
* filename: index.d.ts
* version : 32.1.20
* Copyright Syncfusion Inc. 2001 - 2025. 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 _pivotview from '@syncfusion/ej2-pivotview';
export declare namespace ej {
const pivotview: typeof _pivotview;
}