UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

14 lines (13 loc) 334 B
declare const Component: { styleOverrides: { root: ({ theme }: any) => { '& .MuiTypography-root': { marginBottom: any; }; '& .SCAccountDelete-confirm > .MuiTextField-root': { display: string; }; }; }; }; export default Component;