UNPKG

@tohuhono/puck-blocks

Version:

A collection of puck components for building pages in OberonCMS

16 lines (15 loc) 381 B
import { jsx } from "react/jsx-runtime"; import { Prose as Prose$1 } from "@tohuhono/ui/prose"; const Prose = { fields: { className: { type: "text" } }, render: ({ className, puck: { renderDropZone: DropZone } }) => { return /* @__PURE__ */ jsx(Prose$1, { className, children: /* @__PURE__ */ jsx(DropZone, { zone: "prose" }) }); } }; export { Prose };