UNPKG

@progress/kendo-angular-gantt

Version:
14 lines (13 loc) 686 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'; /** * Extends the configuration for the `reorderColumn` method. * * Use this interface to provide additional options when you reorder columns. * */ export interface ColumnReorderConfig extends TreeListColumnReorderConfig { }