@selfcommunity/react-theme-default
Version:
Default theme to use with SelfCommunity TS library
28 lines (27 loc) • 756 B
TypeScript
declare const Component: {
styleOverrides: {
root: ({ theme }: any) => {
margin: any;
'& .SCCustomAdv-wrap': {
width: string;
position: string;
};
'& .SCCustomAdv-image': {
width: string;
};
'& .SCCustomAdv-embed-code': {
width: string;
};
'& .SCCustomAdv-prefixed-height': {
position: string;
top: number;
left: number;
bottom: number;
right: number;
};
};
skeletonRoot: ({ theme }: any) => {};
dialogRoot: ({ theme }: any) => {};
};
};
export default Component;