/**-----------------------------------------------------------------------------------------
* Copyright © 2026 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 {
}
