UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

12 lines (11 loc) 270 B
declare const Component: { styleOverrides: { displayRoot: ({ theme }: any) => { '& .SCMediaShare-share-preview': { paddingLeft: any; paddingRight: any; }; }; }; }; export default Component;