@syncfusion/ej2-gantt
Version:
Essential JS 2 Gantt Component
14 lines (13 loc) • 348 B
TypeScript
/**
* This file was to define all public and internal events
*/
/** @hidden */
export declare const load: string;
/** @hidden */
export declare const rowDataBound: string;
/** @hidden */
export declare const queryCellInfo: string;
/** @hidden */
export declare const toolbarClick: string;
/** @hidden */
export declare const keyPressed: string;