mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Remove wrongly typed types
This commit is contained in:
parent
a90d651870
commit
55d3d344ec
1 changed files with 0 additions and 18 deletions
18
components/lib/treetable/TreeTable.d.ts
vendored
18
components/lib/treetable/TreeTable.d.ts
vendored
|
@ -617,28 +617,10 @@ export interface TreeTableSlots {
|
|||
* Custom loading icon template.
|
||||
*/
|
||||
loadingicon(): VNode[];
|
||||
/**
|
||||
* Custom toggler icon template.
|
||||
*/
|
||||
togglericon(): VNode[];
|
||||
/**
|
||||
* Custom checkbox icon template.
|
||||
*/
|
||||
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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue