UNPKG

mui-themes-extand

Version:
12 lines (11 loc) 275 B
import { Theme } from "@mui/material/styles"; export default function AppBar(theme: Theme): { MuiAppBar: { styleOverrides: { root: { boxShadow: string; background: string; }; }; }; };