UNPKG

@surveycake/rc

Version:

react component of surveycake

15 lines (14 loc) 300 B
declare type PaginationProps = { /** * Current pageIndex. */ pageIndex: number; /** * Total pages. */ totalPages: number; setPageIndex: (pageIndex: number) => void; prevDataQa?: string; nextDataQa?: string; }; export { PaginationProps };