We're using PrimeReact Paginator, and would like to have additional typed methods to structure our code. Unfortunately, many of the used interfaces are not exported, for example PaginatorFirstPageLinkOptions, PaginatorPrevPageLinkOptions, PaginatorPageChangeEvent or PaginatorRowsPerPageDropdownOptions.
But we would like to type our methods to ensure type safety.
We're using PrimeReact Paginator, and would like to have additional typed methods to structure our code. Unfortunately, many of the used interfaces are not exported, for example
PaginatorFirstPageLinkOptions,PaginatorPrevPageLinkOptions,PaginatorPageChangeEventorPaginatorRowsPerPageDropdownOptions.But we would like to type our methods to ensure type safety.