UNPKG

mui-themes-extand

Version:
18 lines (17 loc) 428 B
import { Theme } from '@mui/material/styles'; export default function Rating(theme: Theme): { MuiRating: { styleOverrides: { icon: { color: string; }; root: { color: string; '& span > span': { top: number; left: number; }; }; }; }; };