import {
  GridProps,
} from '@material-ui/core/Grid';

export type IGridOwnProps = GridProps;
