UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

35 lines (34 loc) 1.03 kB
declare const Component: { styleOverrides: { root: ({ theme }: { theme: any; }) => { alignItems: string; justifyContent: string; gap: string; padding: any; marginTop: string; backgroundColor: any; '& .SCEmptyStatus-box': { width: string; height: string; border: string; borderRadius: string; marginBottom: string; '& .SCEmptyStatus-rotated-box': { width: string; height: string; border: string; borderRadius: string; transform: string; alignItems: string; justifyContent: string; '& .SCEmptyStatus-icon': { transform: string; }; }; }; }; }; }; export default Component;