UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

19 lines (18 loc) 437 B
declare const Component: { styleOverrides: { buyButtonRoot: ({ theme }: { theme: any; }) => { border: string; '&:hover, &:active': { backgroundColor: any; color: any; border: string; '& .MuiIcon-root': { color: any; }; }; }; }; }; export default Component;