UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

14 lines (13 loc) 313 B
declare const Component: { styleOverrides: { root: ({ theme }: any) => { '& .SCFeed-root > MuiGrid-item': { paddingTop: number; }; }; skeletonRoot: ({ theme }: any) => { marginTop: any; }; }; }; export default Component;