@selfcommunity/react-theme-default
Version:
Default theme to use with SelfCommunity TS library
32 lines (31 loc) • 955 B
TypeScript
declare const Component: {
styleOverrides: {
root: ({ theme }: any) => {
[x: number]: {
minWidth: string;
};
width: number;
'& .SCCustomSnackMessage-card': {
width: string;
'& .SCCustomSnackMessage-content': {
position: string;
padding: any;
'& .SCCustomSnackMessage-close': {
position: string;
right: number;
top: number;
zIndex: number;
};
a: {
color: any;
textDecoration: string;
'&:hover': {
textDecoration: string;
};
};
};
};
};
};
};
export default Component;