UNPKG

@progress/kendo-angular-gantt

Version:
15 lines (14 loc) 784 B
/**----------------------------------------------------------------------------------------- * 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>; }