UNPKG

@olleemilsson/flowbite-react

Version:

<div align="center"> <h1>:construction: flowbite-react (unreleased) :construction:</h1> <p> <a href="https://flowbite-react.com"> <img alt="Flowbite - Tailwind CSS components" width="350" src=".github/assets/flowbite-react-github.png"> <

10 lines (9 loc) 374 B
import { ReactEventHandler, ReactNode } from 'react'; export declare type PaginationButtonProps = { active?: boolean; children?: ReactNode; onClick?: ReactEventHandler<HTMLButtonElement>; className?: string; }; declare const PaginationButton: ({ active, onClick, children, className }: PaginationButtonProps) => JSX.Element; export default PaginationButton;