UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

35 lines (34 loc) 776 B
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