@knovator/pagecreator-admin
Version:
<a name="readme-top"></a>
5 lines (4 loc) • 304 B
TypeScript
/// <reference types="react" />
import { PaginationProps } from '../../../types';
declare const Pagination: ({ currentPage, pageSize, totalPages, totalRecords, setCurrentPage, showingText, pageText, ofText, previousContent, nextContent, }: PaginationProps) => JSX.Element;
export default Pagination;