UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

61 lines (60 loc) 1.77 kB
declare const Component: { styleOverrides: { root: ({ theme }: any) => { [x: number]: { borderRadius: any; }; borderRadius: number; '& .SCCategory-category-image': { '& img': { borderRadius: any; }; }; '& .SCCategory-primary': { color: any; }; '& .SCCategory-secondary': { color: any; }; '& .SCBaseItemButton-primary, & .SCCategory-primary': { fontWeight: any; }; '& .SCBaseItemButton-secondary': { fontSize: string; whiteSpace: string; overflow: string; textOverflow: string; display: string; }; '& .SCCategory-primary, & .SCCategory-secondary': { whiteSpace: string; overflow: string; textOverflow: string; display: string; }; '&.MuiPaper-outlined': { paddingLeft: any; paddingRight: any; }; }; skeletonRoot: ({ theme }: any) => { '& .SCCategory-image': { borderRadius: any; }; '& .SCCategory-primary': { marginBottom: any; }; '& .SCCategory-secondary': { marginBottom: any; }; '& .SCCategory-action': { margin: any; }; '&.MuiPaper-outlined': { paddingLeft: any; paddingRight: any; }; }; }; }; export default Component;