UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

10 lines (9 loc) 275 B
import { jsx as _jsx } from "react/jsx-runtime"; import { Icon } from '@mui/material'; const Component = { defaultProps: { clearIcon: _jsx(Icon, { children: "close" }), popupIcon: _jsx(Icon, { children: "expand_more" }) } }; export default Component;