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

13 lines (12 loc) 406 B
import { jsxs as a, jsx as n, Fragment as e } from "react/jsx-runtime"; function d(r) { const t = /* @__PURE__ */ a("div", { children: [ /* @__PURE__ */ n("h6", { children: "Data" }), /* @__PURE__ */ n("pre", { children: JSON.stringify(r.formData, null, 2) }) ] }); return /* @__PURE__ */ n(e, { children: !r.hidden && t }); } export { d as default }; //# sourceMappingURL=DataDebug.js.map