UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

17 lines (16 loc) 375 B
declare const Component: { styleOverrides: { root: ({ theme }: { theme: any; }) => { paddingLeft: number; paddingRight: number; width: string; minWidth: number; marginLeft: any; marginRight: any; height: number; }; }; }; export default Component;