synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
24 lines (23 loc) • 446 B
JavaScript
import { jsx as o } from "react/jsx-runtime";
import { spreadSx as t } from "../../theme/spreadSx.js";
import { Typography as i } from "@mui/material";
function n(r) {
return /* @__PURE__ */ o(
i,
{
variant: "body1",
...r,
sx: t(
{
color: "grey.700",
my: 1.25
},
r.sx
)
}
);
}
export {
n as default
};
//# sourceMappingURL=WizardChoiceButtonDescription.js.map