@selfcommunity/react-theme-default
Version:
Default theme to use with SelfCommunity TS library
65 lines (64 loc) • 2.05 kB
TypeScript
declare const Component: {
styleOverrides: {
root: ({ theme }: any) => {
borderRadius: any;
padding: string;
boxShadow: string;
marginBottom: any;
'& .SCPrivateMessageSnippetItem-time': {
float: string;
fontSize: any;
};
'& .MuiListItemButton-root': {
[x: number]: {
'&.SCPrivateMessageSnippetItem-unread': {
paddingRight: any;
};
paddingRight: any;
};
'&.SCPrivateMessageSnippetItem-unread': {
paddingRight: any;
};
};
'& .MuiListItemText-primary': {
'& .SCPrivateMessageSnippetItem-username': {
fontWeight: any;
};
'& .SCPrivateMessageSnippetItem-badge-label': {
marginLeft: any;
borderRadius: number;
fontSize: string;
};
};
'& .MuiListItemText-secondary': {
'& .MuiTypography-root': {
display: string;
width: string;
whiteSpace: string;
overflow: string;
textOverflow: string;
};
};
'& .MuiListItemSecondaryAction-root': {
[x: number]: {
padding: any;
};
display: string;
alignItems: string;
position: string;
top: any;
right: any;
'& .MuiButtonBase-root': {
fontSize: string;
};
' .MuiPaper-root': {
padding: number;
};
};
};
skeletonRoot: ({ theme }: any) => {
maxWidth: number;
};
};
};
export default Component;