UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

11 lines (10 loc) 368 B
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