UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

8 lines (7 loc) 169 B
declare const Component: { styleOverrides: { root: ({ theme }: any) => {}; skeletonRoot: ({ theme }: any) => {}; }; }; export default Component;