UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

4 lines (3 loc) 279 B
import { PaginationProps } from './Pagination.types'; declare function Pagination({ count: itemCount, page: selectedPage, perPage: selectedPerPage, totalPage, onPageChange, onPerPageChange, }: PaginationProps): import("react/jsx-runtime").JSX.Element; export default Pagination;