@selfcommunity/react-theme-default
Version:
Default theme to use with SelfCommunity TS library
18 lines (17 loc) • 437 B
TypeScript
declare const Component: {
styleOverrides: {
root: ({ theme }: any) => {
color: string;
verticalAlign: string;
'& .MuiIcon-root': {
fontSize: string;
marginRight: number;
};
'& .MuiTypography-root': {
lineHeight: string;
fontSize: string;
};
};
};
};
export default Component;