UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

16 lines (15 loc) 376 B
declare const Component: { styleOverrides: { root: ({ theme }: any) => { margin: any; '& .SCLiveStreamFormSettings-access-view': { margin: any; width: string; '& .Mui-checked': { color: any; }; }; }; }; }; export default Component;