import { PaginationProps } from "@material-ui/lab";
export interface MyPaginationProps extends PaginationProps {
}
