UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

11 lines (10 loc) 206 B
declare const Component: { styleOverrides: { root: () => { display: string; margin: string; transform: string; }; }; }; export default Component;