@open-formulieren/formio-builder
Version:
An opinionated Formio webform builder for Open Forms
6 lines (5 loc) • 327 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const ContentPlaceholder = ({ children }) => ((0, jsx_runtime_1.jsx)("div", Object.assign({ className: "offb-content-placeholder" }, { children: children })));
exports.default = ContentPlaceholder;