@open-formulieren/formio-builder
Version:
An opinionated Formio webform builder for Open Forms
36 lines (35 loc) • 1.03 kB
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { FormattedMessage as m } from "react-intl";
import p from "../../components/ContentPlaceholder/index.js";
import "../../components/formio/tabs.js";
import "clsx";
import "formik";
/* empty css */
import "@floating-ui/react";
import "react";
/* empty css */
import "../../context.js";
import "@formio/vanilla-text-mask";
import "formiojs";
import "lodash";
/* empty css */
import "react-select";
import "dompurify";
import "../../components/formio/datagrid.js";
import l from "../../components/formio/fieldset.js";
const H = ({
component: o
}) => {
const {
label: r,
hideHeader: e,
tooltip: i
} = o;
return /* @__PURE__ */ t(l, { label: e ? void 0 : r, tooltip: i, children: /* @__PURE__ */ t(p, { children: /* @__PURE__ */ t(m, { id: "h2ZNhM", defaultMessage: [{
type: 0,
value: "Fieldset content"
}] }) }) });
};
export {
H as default
};