UNPKG

mui-themes-extand

Version:
14 lines (13 loc) 319 B
import { Theme } from "@mui/material/styles"; export default function Tooltip(theme: Theme): { MuiTooltip: { styleOverrides: { tooltip: { backgroundColor: string; }; arrow: { color: string; }; }; }; };