mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
parent
7c959a44ea
commit
fbc8788645
3 changed files with 56 additions and 0 deletions
16
components/lib/treetable/TreeTable.d.ts
vendored
16
components/lib/treetable/TreeTable.d.ts
vendored
|
@ -406,6 +406,22 @@ export interface TreeTableSlots {
|
|||
*/
|
||||
sortOrder: boolean;
|
||||
}): VNode[];
|
||||
/**
|
||||
* Custom paginator first page link icon template.
|
||||
*/
|
||||
paginatorfirstpagelinkicon(): VNode[];
|
||||
/**
|
||||
* Custom paginator previous page link icon template.
|
||||
*/
|
||||
paginatorprevpagelinkicon(): VNode[];
|
||||
/**
|
||||
* Custom paginator next page link icon template.
|
||||
*/
|
||||
paginatornextpagelinkicon(): VNode[];
|
||||
/**
|
||||
* Custom paginator last page link icon template.
|
||||
*/
|
||||
paginatorlastpagelinkicon(): VNode[];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue