@rws-air/webcomponents
Version:
Standard Webcomponents for AIR projects
8 lines • 439 B
TypeScript
import { IconButtonProps } from '@mui/material/IconButton';
import React, { ReactNode } from 'react';
export interface PaginationButtonProps extends IconButtonProps {
/** The icon to show inside the {@link IconButton} */
icon: ReactNode;
}
export declare const PaginationButton: React.MemoExoticComponent<({ onClick, disabled, icon, ...props }: PaginationButtonProps) => JSX.Element>;
//# sourceMappingURL=PaginationButton.d.ts.map