UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

10 lines (9 loc) 211 B
/// <reference types="react" /> declare const Component: { defaultProps: { IconComponent: ({ className }: { className: any; }) => JSX.Element; }; }; export default Component;