UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

14 lines (13 loc) 315 B
declare const Component: { styleOverrides: { root: ({ theme }: any) => { '& .MuiButton-startIcon': { marginRight: any; '& .MuiIcon-root': { fontSize: string; }; }; }; }; }; export default Component;