@progress/kendo-angular-treeview
Version:
Kendo UI TreeView for Angular
18 lines (17 loc) • 757 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 { TreeViewComponent } from '../treeview.component';
/**
* @hidden
*/
export declare const copyPageSize: (treeview: TreeViewComponent, source: any, target: any) => void;
/**
* @hidden
*/
export declare const incrementPageSize: (treeview: TreeViewComponent, dataItem: any) => void;
/**
* @hidden
*/
export declare const decrementPageSize: (treeview: TreeViewComponent, dataItem: any) => void;