@syncfusion/ej2-excel-export
Version:
Essential Javascript 2 Excel Export Library
15 lines (13 loc) • 480 B
TypeScript
/*!
* filename: index.d.ts
* version : 31.1.17
* 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 _excelexport from '@syncfusion/ej2-excel-export';
export declare namespace ej {
const excelexport: typeof _excelexport;
}