activePage active-pagenumber1intl intltype PaginationInternationalization = {
'root'?: string;
'prev'?: string;
'next'?: string;
'page'?: string;
}{ "root": "Pagination", "prev": "Previous page", "next": "Next page", "page": "Page" }itemsPerPage items-per-pagenumber1showLastPage show-last-pagebooleantruetotalItemsCount total-items-countnumber1update type PaginationUpdateEventDetail = {
page: number;
previousPage: number;
}
CustomEvent<PaginationUpdateEventDetail>