UNPKG

@open-formulieren/formio-builder

Version:

An opinionated Formio webform builder for Open Forms

67 lines (66 loc) 1.86 kB
declare const _default: { edit: import('../types').EditFormDefinition<{ type: "softRequiredErrors"; id: string; key: string; openForms?: { translations?: { en?: { html?: string | undefined; } | undefined; nl?: { html?: string | undefined; } | undefined; } | undefined; } | undefined; html: string; }>; editSchema: import('../types').EditSchema; preview: { panel: null; designer: React.FC<import('../types').ComponentPreviewProps<{ type: "softRequiredErrors"; id: string; key: string; openForms?: { translations?: { en?: { html?: string | undefined; } | undefined; nl?: { html?: string | undefined; } | undefined; } | undefined; } | undefined; html: string; }>>; }; formDesigner: { label: { description: string; defaultMessage: string; }; }; builderInfo: { title: string; icon: string; schema: { openForms?: { translations?: { en?: { html?: string | undefined; } | undefined; nl?: { html?: string | undefined; } | undefined; } | undefined; } | undefined; html: string; key: string; id: string; type: "softRequiredErrors"; }; }; defaultValue: undefined; }; export default _default;