UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

15 lines (14 loc) 341 B
declare const Component: { styleOverrides: { root: { '& .MuiDialog-paperFullScreen': { display: string; flexDirection: string; }; '& .MuiDialog-paperScrollBody': { overflowY: string; }; }; }; }; export default Component;