UNPKG

@open-formulieren/formio-builder

Version:

An opinionated Formio webform builder for Open Forms

12 lines (11 loc) 343 B
import { jsx as a } from "react/jsx-runtime"; import { clsx as l } from "clsx"; /* empty css */ const f = ({ variant: o, testId: t, children: e }) => /* @__PURE__ */ a("div", { className: l("offb-content-placeholder", `offb-content-placeholder--${o}`), "data-testid": t, children: e }); export { f as default };