@selfcommunity/react-theme-default
Version:
Default theme to use with SelfCommunity TS library
28 lines (27 loc) • 770 B
TypeScript
declare const Component: {
styleOverrides: {
root: ({ theme, open }: any) => {
width: string;
'& .SCLessonAppbar-title': {
[x: number]: {
overflow: string;
textOverflow: string;
whiteSpace: string;
};
flexGrow: number;
};
'& .SCLessonAppbar-start-items': {
flexGrow: number;
display: string;
alignItems: string;
};
boxShadow: string;
borderBottom: string;
'& .MuiToolbar-root': {
minHeight: string;
};
transition: any;
};
};
};
export default Component;