@dndbuilder.com/react
Version:
Drag and drop builder for React
18 lines (17 loc) • 524 B
JavaScript
"use client";
import { jsx as r } from "react/jsx-runtime";
import { classNames as t } from "../../../../../utils.js";
const p = ({ className: e, children: o }) => /* @__PURE__ */ r(
"div",
{
className: t(
"border-danger-500 text-danger-500 rounded-sm border border-dashed px-4 py-2 text-center",
e
),
children: o || /* @__PURE__ */ r("p", { children: "This block is not supported for this resource." })
}
);
export {
p as NotSupportedBlock
};
//# sourceMappingURL=not-supported-block.js.map