UNPKG

infinity-forge

Version:
9 lines (8 loc) 451 B
import { PaginationModel } from '../../../ui/index.js'; type PaginationComponentProps = PaginationModel & { maxVisible?: number; maxVisibleMobile?: number; forceReload?: boolean; }; export declare function PaginationComponent({ page, endPage, pages, pageSize, totalItems, maxVisible, totalPages, hasNextPage, hasPreviousPage, maxVisibleMobile, forceReload, }: PaginationComponentProps): import("react/jsx-runtime").JSX.Element; export {};