UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

10 lines (9 loc) 203 B
const Component = { styleOverrides: { root: ({ theme }) => ({}), skeletonRoot: ({ theme }) => ({ marginTop: theme.spacing(2) }) } }; export default Component;