UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

15 lines (14 loc) 272 B
declare const Component: { styleOverrides: { sizeSmall: { fontSize: string; }; sizeMedium: { fontSize: string; }; sizeLarge: { fontSize: string; }; }; }; export default Component;