UNPKG

@cfxjs/react-ui

Version:

Modern and minimalist React UI library.

5 lines (4 loc) 219 B
import React from 'react'; export declare type PaginationNextProps = React.PropsWithChildren<React.ButtonHTMLAttributes<any>>; declare const PaginationNext: React.FC<PaginationNextProps>; export default PaginationNext;