UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

47 lines (46 loc) 1.33 kB
declare const Component: { styleOverrides: { root: ({ theme }: any) => { width: string; '& .MuiCardContent-root': { padding: any; }; '& .SCIncubator-name': { display: string; }; '& .SCIncubator-slogan': { whiteSpace: string; overflow: string; textOverflow: string; }; '& .SCIncubator-progress-bar': { position: string; marginTop: any; '& .MuiLinearProgress-root': { height: any; }; '& .MuiGrid-item': { paddingTop: any; }; }; '& .MuiCardActions-root': { marginLeft: any; }; }; skeletonRoot: ({ theme }: any) => { width: string; '& .MuiCardContent-root': { '& .SCIncubator-secondary': { marginTop: any; }; '& .SCIncubator-progress-bar': { marginTop: any; }; }; '& .MuiCardActions-root': { marginLeft: any; }; }; }; }; export default Component;