synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
35 lines (34 loc) • 776 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { Box as e } from "@mui/material";
function s(r) {
const { sx: o } = r;
return /* @__PURE__ */ t(
e,
{
role: "menu",
...r,
sx: {
"& > button": {
"&:first-of-type": {
borderBottomLeftRadius: 0,
borderBottomRightRadius: 0
},
"&:not(:first-of-type):not(:last-child)": {
borderRadius: 0,
borderTop: "none"
},
"&:last-child": {
borderTopLeftRadius: 0,
borderTopRightRadius: 0,
borderTop: "none"
}
},
...Array.isArray(o) ? o : [o]
}
}
);
}
export {
s as default
};
//# sourceMappingURL=WizardChoiceButtonGroup.js.map