UNPKG

@prabink/react-node-cli

Version:

React Node Application Generator & Helpers To Serve React Build, Push to github & Export industry level react project structure

17 lines (15 loc) 344 B
// ---------------------------------------------------------------------- export default function Typography(theme) { return { MuiTypography: { styleOverrides: { paragraph: { marginBottom: theme.spacing(2) }, gutterBottom: { marginBottom: theme.spacing(1) } } } }; }