mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3965 - For Paginator
This commit is contained in:
parent
453a470b66
commit
65a6310cb9
11 changed files with 179 additions and 143 deletions
4
components/lib/paginator/Paginator.d.ts
vendored
4
components/lib/paginator/Paginator.d.ts
vendored
|
@ -33,9 +33,9 @@ export interface PaginatorPassThroughOptions {
|
|||
*/
|
||||
root?: PaginatorPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the left's DOM element.
|
||||
* Uses to pass attributes to the start's DOM element.
|
||||
*/
|
||||
left?: PaginatorPassThroughOptionType;
|
||||
start?: PaginatorPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the first page button's DOM element.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue