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

15 lines (14 loc) 575 B
import { jsx as o, jsxs as s, Fragment as a } from "react/jsx-runtime"; import { Markdown as i } from "../Markdown/MarkdownSynapse.js"; import m from "../home_page/ExpandableContent.js"; function f({ data: e }) { return /* @__PURE__ */ o("div", { className: "Resources_Mobile", children: e.map(({ name: r, ownerId: t, wikiId: n }) => /* @__PURE__ */ o(m, { title: /* @__PURE__ */ s(a, { children: [ " ", r, " " ] }), content: /* @__PURE__ */ o(i, { ownerId: t, wikiId: n }) }, r)) }); } export { f as default }; //# sourceMappingURL=Resources.Mobile.js.map