import { ComplexBase } from '@syncfusion/ej2-react-base';
import { ColumnModel } from '@syncfusion/ej2-gantt';
export interface ColumnDirTypecast {
template?: string | Function | any;
headerTemplate?: string | Function | any;
editTemplate?: string | Function | any;
filter?: any;
filterTemplate?: string | Function | any;
emptyRecordTemplate?: string | Function | any;
}
/**
* `ColumnDirective` represent a column of the react Gantt.
* It must be contained in a Gantt component(`GanttComponent`).
* ```tsx
*
*
*
*
*
*
* ```
*/
export declare class ColumnDirective extends ComplexBase {
static moduleName: string;
static complexTemplate: Object;
}
export declare class ColumnsDirective extends ComplexBase<{}, {}> {
static propertyName: string;
static moduleName: string;
}