@progress/kendo-angular-gantt
Version:
Kendo UI Angular Gantt
14 lines (13 loc) • 686 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 { ColumnReorderConfig as TreeListColumnReorderConfig } from '@progress/kendo-angular-treelist';
/**
* Extends the configuration for the `reorderColumn` method.
*
* Use this interface to provide additional options when you reorder columns.
*
*/
export interface ColumnReorderConfig extends TreeListColumnReorderConfig {
}