UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

4 lines (3 loc) 405 B
import { PaginationProps } from './types'; declare const Pagination: ({ page, feedback, feedbackLabel, feedbackSeparator, firstPageLabel, lastPageLabel, prevPageLabel, nextPageLabel, range, results, size, layout, rounded, outline, outlineColor, icons, minimal, btnBackground, btnColor, onChange, className, style, }: PaginationProps) => import("react/jsx-runtime").JSX.Element; export default Pagination;