@selfcommunity/react-theme-default
Version:
Default theme to use with SelfCommunity TS library
22 lines (21 loc) • 661 B
TypeScript
declare const Component: {
styleOverrides: {
root: () => {
'& .SCCourseCompletedDialog-wrapper': {
alignItems: string;
'& .SCCourseCompletedDialog-title': {
marginTop: string;
marginBottom: string;
};
'& .SCCourseCompletedDialog-description-pt1': {
marginTop: string;
};
'& .SCCourseCompletedDialog-description-pt2': {
marginTop: string;
marginBottom: string;
};
};
};
};
};
export default Component;