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