@progress/kendo-angular-gantt
Version:
Kendo UI Angular Gantt
15 lines (14 loc) • 784 B
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { ColumnBase } from '@progress/kendo-angular-treelist';
import * as i0 from "@angular/core";
/**
* Serves as the base class for Gantt column components.
*
*/
export declare class GanttColumnBase extends ColumnBase {
static ɵfac: i0.ɵɵFactoryDeclaration<GanttColumnBase, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<GanttColumnBase, "kendo-gantt-column-base", never, {}, {}, never, never, false, never>;
}