UNPKG

mui-themes-extand

Version:
14 lines (13 loc) 323 B
import { Theme } from '@mui/material/styles'; export default function Input(theme: Theme): { MuiTab: { styleOverrides: { root: { color: string; '&.Mui-selected': { color: string; }; }; }; }; };