UNPKG

@knovator/pagecreator-admin

Version:
5 lines (4 loc) 304 B
/// <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;