UNPKG

@tableus/ui-bootstrap5

Version:

A Bootstrap 5 UI for tableus.

4 lines 401 B
/// <reference types="react" /> import { PaginationProps } from "@tableus/core/dist/context"; export declare function Pagination({ paginationMethods: { getCanPreviousPage, getCanNextPage, nextPage, previousPage, setPageIndex, setPageSize, }, paginationState: { pageIndex, pageCount, pageSize, total }, paginationConfig, }: PaginationProps): JSX.Element | null; //# sourceMappingURL=pagination.d.ts.map