UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

17 lines (16 loc) 406 B
declare const Component: { styleOverrides: { root: ({ theme }: any) => { '& .MuiDialogTitle-root': { '& span': { flexGrow: number; textAlign: string; }; }; '& .SCCreateLiveStreamDialog-root': { padding: any; }; }; }; }; export default Component;