import { TabProps, TabsProps } from '@mui/material'; export interface CustomTabProps extends TabProps { } export interface CustomTabsProps extends TabsProps { }