UNPKG

@mojito-inc/secondary-market

Version:

Mojito secondary market is the platform to purchase NFT.

8 lines (7 loc) 287 B
export interface PaginationProps { total: number; offset: number; onHandlePagination: (selectedPage: number) => void; } declare const Pagination: ({ total, offset, onHandlePagination, }: PaginationProps) => import("react/jsx-runtime").JSX.Element; export default Pagination;