@open-formulieren/formio-builder
Version:
An opinionated Formio webform builder for Open Forms
36 lines (35 loc) • 908 B
JavaScript
import { jsx as a } from "react/jsx-runtime";
import "../../components/formio/tabs.js";
import "clsx";
import "formik";
/* empty css */
import "@floating-ui/react";
import "react";
/* empty css */
import "../../context.js";
import "react-intl";
import "@formio/vanilla-text-mask";
import "formiojs";
import "lodash";
/* empty css */
import "react-select";
import { NumberField as l } from "../../components/formio/number.js";
import "../../components/formio/datagrid.js";
const h = ({
component: r
}) => {
const {
key: t,
label: o,
description: i,
tooltip: m,
validate: p = {},
suffix: e = ""
} = r, {
required: s = !1
} = p;
return /* @__PURE__ */ a(l, { name: t, label: o, description: i, tooltip: m, required: s, suffix: e });
};
export {
h as default
};