UNPKG

krypton-vite-demo

Version:
3 lines (2 loc) 272 B
import { PaginationProps } from './types'; export declare const Pagination: import("react").MemoExoticComponent<({ total, current, onChange, color, closestPages, disabled, size, showPrevious, showNext, previousIcon, nextIcon, ...props }: PaginationProps) => JSX.Element>;