UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

16 lines (15 loc) 331 B
declare const Component: { styleOverrides: { requestRoot: ({ theme }: { theme: any; }) => {}; drawerRoot: ({ theme }: { theme: any; }) => { '& > div.MuiPaper-root': { padding: any; }; }; }; }; export default Component;