UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

10 lines (9 loc) 206 B
declare const Component: { styleOverrides: { root: ({ theme }: any) => {}; skeletonRoot: ({ theme }: any) => { marginTop: any; }; }; }; export default Component;