@dndbuilder.com/react
Version:
Drag and drop builder for React
8 lines (7 loc) • 537 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { IoCodeSlashOutline as t } from "../../../../../../node_modules/.pnpm/react-icons@5.5.0_react@19.0.0/node_modules/react-icons/io5/index.js";
const d = ({ settings: r }) => r.code ? /* @__PURE__ */ e("div", { dangerouslySetInnerHTML: { __html: r.code ?? "" } }) : /* @__PURE__ */ e("div", { className: "bg-dark-100 flex justify-center p-3", children: /* @__PURE__ */ e(t, { size: 20, className: "text-dark-600" }) });
export {
d as default
};
//# sourceMappingURL=html.block.js.map