UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

19 lines (18 loc) 490 B
declare const Component: { styleOverrides: { root: ({ theme }: any) => { '& .SCUserAutocomplete-info': { [x: number]: { alignItems: string; }; marginTop: any; display: string; '& .MuiIcon-root': { marginRight: any; }; }; }; autocompleteRoot: ({ theme }: any) => {}; }; }; export default Component;