UNPKG

mui-themes-extand

Version:
14 lines (13 loc) 352 B
import { Theme } from "@mui/material/styles"; export default function Backdrop(theme: Theme): { MuiBackdrop: { styleOverrides: { root: { background: string[]; "&.MuiBackdrop-invisible": { background: string; }; }; }; }; };