UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

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