UNPKG

@ea-lab/reactive-json

Version:

A REACT-based lib that transforms JSON (or YAML) into interactive HTML markup.

8 lines (7 loc) 271 B
import { jsx as e } from "react/jsx-runtime"; import '../../../../../../assets/DebugJson.css';const t = "_container_1y0sy_1", o = { container: t }, s = ({ jsonString: n }) => /* @__PURE__ */ e("pre", { className: o.container, children: n }); export { s as default };