UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

8 lines (7 loc) 140 B
declare const Component: { defaultProps: { baseClassName: string; fontSize: string; }; }; export default Component;