@selfcommunity/react-theme-default
Version:
Default theme to use with SelfCommunity TS library
21 lines (20 loc) • 558 B
TypeScript
declare const Component: {
styleOverrides: {
root: ({ theme }: any) => {
'& .SCPreviewMediaImage-title': {
position: string;
top: any;
left: any;
'& > h6': {
padding: any;
borderRadius: any;
maxWidth: number;
textOverflow: string;
whiteSpace: string;
overflow: string;
};
};
};
};
};
export default Component;