UNPKG

shineout

Version:

A components library for React

8 lines (7 loc) 211 B
/// <reference types="react" /> import { PaginationProps } from './pagination.type'; declare const Pagination: { (props: PaginationProps): JSX.Element; displayName: string; }; export default Pagination;