synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
14 lines (13 loc) • 322 B
JavaScript
import { styled as n, Button as o } from "@mui/material";
const i = n(o, {
label: "InputSizedButton"
})(({ theme: t }) => ({
height: "calc(1.4375em + 33px)",
marginTop: t.spacing(3),
marginBottom: t.spacing(1.5)
}));
export {
i as InputSizedButton,
i as default
};
//# sourceMappingURL=InputSizedButton.js.map