synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
17 lines (16 loc) • 364 B
JavaScript
import { jsx as i } from "react/jsx-runtime";
import { Button as p } from "@mui/material";
import { useSmartLink as u } from "./useSmartLink.js";
function e({
href: t,
target: o,
children: r,
...m
}) {
const n = u(t, o);
return /* @__PURE__ */ i(p, { ...n, ...m, children: r });
}
export {
e as SmartButton
};
//# sourceMappingURL=SmartButton.js.map