synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
11 lines (10 loc) • 368 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { SmartLink as o } from "../SmartLink/SmartLink.js";
function l(i) {
const { target: n, title: r, href: e } = i;
return e ? /* @__PURE__ */ t(o, { target: n, href: e, children: r }) : /* @__PURE__ */ t("span", { children: r });
}
export {
l as GenericCardTitle
};
//# sourceMappingURL=GenericCardTitle.js.map