mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
parent
fba52967d1
commit
1646da534e
8 changed files with 82 additions and 12 deletions
16
components/lib/paginator/Paginator.d.ts
vendored
16
components/lib/paginator/Paginator.d.ts
vendored
|
@ -120,6 +120,22 @@ export interface PaginatorSlots {
|
|||
*/
|
||||
state: PageState;
|
||||
}): VNode[];
|
||||
/**
|
||||
* Custom first page link icon template.
|
||||
*/
|
||||
firstpagelinkicon(): VNode[];
|
||||
/**
|
||||
* Custom previous page link icon template.
|
||||
*/
|
||||
prevpagelinkicon(): VNode[];
|
||||
/**
|
||||
* Custom finextrst page link icon template.
|
||||
*/
|
||||
nextpagelinkicon(): VNode[];
|
||||
/**
|
||||
* Custom last page link icon template.
|
||||
*/
|
||||
lastpagelinkicon(): VNode[];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue