UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

3 lines (2 loc) 182 B
import { PaginatorProps } from './types'; export declare const Paginator: ({ current, onChange, lastPage, arrowStyles, }: PaginatorProps) => import("react/jsx-runtime").JSX.Element;