Remove wrongly typed types

pull/4649/head
Tuğçe Küçükoğlu 2023-10-18 11:50:38 +03:00
parent a90d651870
commit 55d3d344ec
1 changed files with 0 additions and 18 deletions

View File

@ -617,28 +617,10 @@ export interface TreeTableSlots {
* Custom loading icon template. * Custom loading icon template.
*/ */
loadingicon(): VNode[]; loadingicon(): VNode[];
/**
* Custom toggler icon template.
*/
togglericon(): VNode[];
/** /**
* Custom checkbox icon template. * Custom checkbox icon template.
*/ */
checkboxicon(): VNode[]; checkboxicon(): VNode[];
/**
* Custom sort icon template.
* @param {Object} scope - sorticon slot's params.
*/
sorticon(scope: {
/**
* Whether or not column is sorted
*/
sorted: TreeNode;
/**
* Current sort order
*/
sortOrder: boolean;
}): VNode[];
/** /**
* Custom paginator first page link icon template. * Custom paginator first page link icon template.
*/ */