UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

13 lines (12 loc) 307 B
declare const Component: { styleOverrides: { root: ({ theme }: any) => { '& .MuiCardContent-root': { padding: any; }; }; dialogRoot: ({ theme }: any) => {}; skeletonRoot: ({ theme }: any) => {}; }; }; export default Component;