UNPKG

mui-themes-extand

Version:
12 lines (11 loc) 273 B
import { Theme } from "@mui/material/styles"; export default function Card(theme: Theme): { MuiCard: { styleOverrides: { root: { boxShadow: string; borderRadius: string; }; }; }; };