UNPKG

mui-themes-extand

Version:
15 lines (14 loc) 392 B
import { Theme } from "@mui/material/styles"; export default function Paper(theme: Theme): { MuiPaper: { styleOverrides: { root: { backgroundColor: string; backgroundSize: string; boxSizing: string; boxShadow: string; transition: string; }; }; }; };