UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

12 lines (11 loc) 253 B
declare const Component: { styleOverrides: { root: ({ theme }: any) => { '& .MuiAlert-message': { display: string; alignItems: string; }; }; }; }; export default Component;