import { TabsProps } from "@material-ui/core";
export interface MyTabsProps extends TabsProps {
}
