UNPKG

@syncfusion/ej2-gantt

Version:
14 lines (13 loc) 348 B
/** * 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;