@open-formulieren/formio-builder
Version:
An opinionated Formio webform builder for Open Forms
28 lines (27 loc) • 1.52 kB
JavaScript
;
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.PrefillConfiguration = void 0;
const jsx_runtime_1 = require("react/jsx-runtime");
const attribute_1 = __importDefault(require("./attribute"));
const identifierRole_1 = __importDefault(require("./identifierRole"));
const plugin_1 = __importDefault(require("./plugin"));
__exportStar(require("./types"), exports);
const PrefillConfiguration = () => ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(plugin_1.default, {}), (0, jsx_runtime_1.jsx)(attribute_1.default, {}), (0, jsx_runtime_1.jsx)(identifierRole_1.default, {})] }));
exports.PrefillConfiguration = PrefillConfiguration;