UNPKG

@heycar-uikit/core

Version:
11 lines (10 loc) 344 B
import { FC } from 'react'; import { PaginationProps } from "../Pagination.types-254e1d66"; interface PaginationCanvasProps extends PaginationProps { pageLabel?: string; gotoLabel?: string; prevPageLabel?: string; nextPageLabel?: string; } declare const PaginationCanvas: FC<PaginationCanvasProps>; export { PaginationCanvas };