@knovator/masters-admin
Version:
Package for integrating Masters, Submasters functionality in React projects
7 lines (6 loc) • 332 B
TypeScript
/// <reference types="react" />
declare const Pagination: {
({ totalPages, currentPage, pageSize, setPageSize, setCurrentPage, totalRecords, limits, disabledPagination, pageText, showText, showingText, ofText, nextContent, previousContent, }: PaginationProps): JSX.Element;
type: string;
};
export default Pagination;