UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

11 lines (10 loc) 247 B
const Component = { styleOverrides: { root: ({ theme }) => ({}), skeletonRoot: ({ theme }) => ({ marginBottom: theme.spacing(2) }), dialogRoot: ({ theme }) => ({}) } }; export default Component;