import { GanttViewBase } from '../../../view/ganttview-base'; /** * 应用实体甘特视图基类 * * @export * @class AppGanttViewBase * @extends {GanttViewBase} */ export declare class AppGanttViewBase extends GanttViewBase { /** * 部件事件 * * @param {{ controlname: string; action: string; data: any }} { controlname 部件名称, action 事件名称, data 事件参数 } * @memberof AppDefaultTree */ ctrlEvent({ controlname, action, data }: { controlname: string; action: string; data: any; }): void; /** * 绘制 * * @param h * @memberof AppGanttViewBase */ render(h: any): any; } //# sourceMappingURL=app-ganttview-base.d.ts.map