UNPKG

@bigbinary/neetoui

Version:

neetoUI drives the experience at all neeto products

12 lines (10 loc) 252 B
export interface PaginationProps { pageSize: number; count: number; navigate?: (toPage: number) => void; pageNo?: number; siblingCount?: number; className?: string; } const Pagination: React.FC<PaginationProps>; export default Pagination;