UNPKG

materio-mui-react-nextjs-admin-template-free

Version:

Most Powerful & Comprehensive Free MUI React NextJS Admin Dashboard Template built for developers! 🚀

14 lines (12 loc) • 208 B
const Typography = theme => { return { MuiTypography: { styleOverrides: { gutterBottom: { marginBottom: theme.spacing(2) } } } } } export default Typography