You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.