UNPKG

@open-formulieren/formio-builder

Version:

An opinionated Formio webform builder for Open Forms

4 lines (3 loc) 226 B
import { jsx as _jsx } from "react/jsx-runtime"; const ContentPlaceholder = ({ children }) => (_jsx("div", Object.assign({ className: "offb-content-placeholder" }, { children: children }))); export default ContentPlaceholder;