@selfcommunity/react-theme-default
Version:
Default theme to use with SelfCommunity TS library
32 lines (31 loc) • 898 B
TypeScript
declare const Component: {
styleOverrides: {
root: ({ theme }: any) => {
backgroundSize: string;
backgroundPosition: string;
position: string;
borderRadius: number;
margin: any;
width: string;
height: string;
flexBasis: number;
flexGrow: number;
flexShrink: number;
'& .SCLessonFilePreview-title': {
position: string;
left: any;
top: any;
borderRadius: any;
background: string;
color: any;
fontSize: string;
padding: any;
maxWidth: number;
textOverflow: string;
overflow: string;
whiteSpace: string;
};
};
};
};
export default Component;