Refactor #3965 - For Paginator

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-30 16:39:08 +03:00
parent 453a470b66
commit 65a6310cb9
11 changed files with 179 additions and 143 deletions

View file

@ -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.
*/