UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

9 lines (8 loc) 207 B
declare const Component: { defaultProps: { IconComponent: ({ className }: { className: any; }) => import("react/jsx-runtime").JSX.Element; }; }; export default Component;