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