UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

13 lines (12 loc) 291 B
declare const Component: { styleOverrides: { root: ({ theme }: any) => { textAlign: string; '& .SCUserProfileBlocked-info': { marginTop: any; marginBottom: any; }; }; }; }; export default Component;