/**
 * @license
 *-------------------------------------------------------------------------------------------
 * Copyright © 2026 Progress Software Corporation. All rights reserved.
 * Licensed under commercial license. See LICENSE.md in the package root for more information
 *-------------------------------------------------------------------------------------------
 */
import { ColumnSortSettings, SortSettings } from '@progress/kendo-react-data-tools';
/**
 * The settings for sorting the TreeList columns.
 */
export type TreeListColumnSortSettings = ColumnSortSettings;
/**
 * The settings for sorting the TreeList data.
 */
export type TreeListSortSettings = SortSettings;
