@dndbuilder.com/react
Version:
Drag and drop builder for React
12 lines (11 loc) • 428 B
JavaScript
"use client";
import { jsx as r, Fragment as o } from "react/jsx-runtime";
import { classNames as c } from "../../../../../utils.js";
const n = ({ blockId: e, attributes: s, children: t }) => {
const { className: a, ...m } = s;
return /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r("div", { className: c(e, "relative", a), ...m, children: t }) });
};
export {
n as default
};
//# sourceMappingURL=block-wrapper.js.map