UNPKG

@dndbuilder.com/react

Version:

Drag and drop builder for React

18 lines (17 loc) 455 B
"use client"; import { jsx as e, Fragment as o } from "react/jsx-runtime"; import { EditorRenderBlock as m } from "./editor-render-block.js"; const f = ({ blocks: t, meta: d, isEditable: i }) => /* @__PURE__ */ e(o, { children: t.map((r, n) => /* @__PURE__ */ e( m, { index: n, block: r, meta: d, isEditable: i }, typeof r == "string" ? r : r.id )) }); export { f as default }; //# sourceMappingURL=editor-render-children.js.map