import {
  ButtonProps,
} from '@material-ui/core/Button';

export type IButtonProps = ButtonProps;
