@selfcommunity/react-theme-default
Version:
Default theme to use with SelfCommunity TS library
12 lines (11 loc) • 423 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const material_1 = require("@mui/material");
const Component = {
defaultProps: {
clearIcon: (0, jsx_runtime_1.jsx)(material_1.Icon, { children: "close" }),
popupIcon: (0, jsx_runtime_1.jsx)(material_1.Icon, { children: "expand_more" })
}
};
exports.default = Component;
;