UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

72 lines (71 loc) 2.36 kB
declare const Component: { styleOverrides: { root: ({ theme }: any) => { [x: number]: { minWidth: number; }; minWidth: number; '& .MuiDialogContent-root': { [x: number]: { padding: number; }; paddingLeft: number; paddingRight: number; marginLeft: any; marginRight: any; '& .infinite-scroll-component__outerdiv': { height: string; '& .infinite-scroll-component': { paddingRight: number; ' > .': { marginBottom: any; }; '& .MuiList-root': { paddingTop: number; paddingBottom: number; '& .MuiListItem-root': { paddingLeft: number; paddingRight: number; '& .SCBaseItemButton-root': { borderRadius: number; }; }; }; '& .SCFeedObject-snippet': { marginLeft: any; }; }; }; }; '& [class*="-end-message"]': { padding: any; fontWeight: any; textAlign: string; }; '& .MuiDialogActions-spacing': { padding: any; }; }; titleRoot: ({ theme }: any) => { [x: number]: { flexDirection: string; justifyContent: string; }; display: string; flexDirection: string; alignItems: string; justifyContent: string; fontSize: string; fontWeight: any; padding: any; '& .MuiIconButton-root': { [x: number]: { marginRight: number; }; fontSize: string; marginRight: any; }; }; }; }; export default Component;