@open-formulieren/formio-builder
Version:
An opinionated Formio webform builder for Open Forms
35 lines (34 loc) • 892 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 g = ({
component: r
}) => {
const {
key: t,
label: o,
description: i,
tooltip: m,
validate: p = {}
} = r, {
required: e = !1
} = p;
return /* @__PURE__ */ a(l, { name: t, label: o, description: i, tooltip: m, required: e, prefix: "€" });
};
export {
g as default
};