UNPKG

@progress/kendo-angular-gantt

Version:
11 lines (10 loc) 601 B
/**----------------------------------------------------------------------------------------- * 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'; /** * Additional configuration for the `reorderColumn` method. */ export interface ColumnReorderConfig extends TreeListColumnReorderConfig { }