5 lines
196 B
JavaScript
5 lines
196 B
JavaScript
export const MuiCardHeader = {
|
|
defaultProps: {titleTypographyProps: {variant: 'h6'}, subheaderTypographyProps: {variant: 'body2'}},
|
|
styleOverrides: {root: {padding: '32px 24px 16px'}},
|
|
};
|