@syncfusion/ej2-gantt
Version:
Essential JS 2 Gantt Component
15 lines (13 loc) • 455 B
TypeScript
/*!
* filename: index.d.ts
* version : 31.2.15
* 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 _gantt from '@syncfusion/ej2-gantt';
export declare namespace ej {
const gantt: typeof _gantt;
}