@selfcommunity/react-theme-default
Version:
Default theme to use with SelfCommunity TS library
13 lines (12 loc) • 378 B
TypeScript
declare const Component: {
styleOverrides: {
root: ({ theme }: any) => {};
skeletonRoot: ({ theme }: any) => {};
dialogRoot: ({ theme }: any) => {
'& .infinite-scroll-component__outerdiv .infinite-scroll-component .SCFeedObject-snippet': {
marginLeft: string;
};
};
};
};
export default Component;