@selfcommunity/react-theme-default
Version:
Default theme to use with SelfCommunity TS library
22 lines (21 loc) • 557 B
TypeScript
declare const Component: {
styleOverrides: {
root: ({ theme }: any) => {
'& .SCUserAvatar-badge-content': {
width: number;
height: number;
backgroundColor: any;
border: string;
};
'& .SCUserAvatar-badge-content-xs': {
width: string;
height: string;
};
'.MuiBadge-badge': {
right: any;
top: any;
};
};
};
};
export default Component;