@open-formulieren/formio-builder
Version:
An opinionated Formio webform builder for Open Forms
7 lines (6 loc) • 493 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
import { default as PrefillAttributeSelect } from './attribute';
import { default as PrefillIdentifierRoleSelect } from './identifierRole';
import { default as PrefillPluginSelect } from './plugin';
export * from './types';
export const PrefillConfiguration = () => (_jsxs(_Fragment, { children: [_jsx(PrefillPluginSelect, {}), _jsx(PrefillAttributeSelect, {}), _jsx(PrefillIdentifierRoleSelect, {})] }));