@rws-air/webcomponents
Version:
Standard Webcomponents for AIR projects
14 lines • 808 B
TypeScript
import React from 'react';
import { PaginationButton, PaginationButtonProps } from './PaginationButton';
import { TablePaginationActionsProps } from '@mui/material/TablePagination/TablePaginationActions';
export declare type PaginationActionsProps = TablePaginationActionsProps & {
/** Data-qa tag to apply to the search bar and input element */
'data-qa'?: string;
};
/**
* Constructs a table pagination action navigators using pre-defined Rijkswaterstaat styling
* @param props Props to pass to the table pagination
*/
export declare const PaginationActions: React.MemoExoticComponent<({ onPageChange, count, rowsPerPage, page: currentPageIndex, "data-qa": dataQa }: PaginationActionsProps) => JSX.Element>;
export { PaginationButtonProps, PaginationButton };
//# sourceMappingURL=index.d.ts.map