UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

16 lines (15 loc) 303 B
declare const Component: { styleOverrides: { root: ({ theme }: { theme: any; }) => { padding: any; }; skeletonRoot: ({ theme }: { theme: any; }) => { padding: any; }; }; }; export default Component;