UNPKG

mui-themes-extand

Version:
13 lines (12 loc) 301 B
import { Theme } from "@mui/material/styles"; export default function IconButton(theme: Theme): { MuiIconButton: { styleOverrides: { root: { "& span > svg": { color: string; }; }; }; }; };