UNPKG

mui-themes-extand

Version:
15 lines (14 loc) 359 B
import { Theme } from "@mui/material/styles"; export default function Rating(theme: Theme): { MuiRating: { styleOverrides: { root: { color: string; "& span > span": { top: number; left: number; }; }; }; }; };