UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

14 lines (13 loc) 328 B
declare const Component: { styleOverrides: { root: ({ theme }: any) => {}; badgeRoot: ({ theme }: any) => { background: string; borderRadius: number; padding: string; height: string; fontSize: number; }; }; }; export default Component;