UNPKG

@open-formulieren/formio-builder

Version:

An opinionated Formio webform builder for Open Forms

50 lines (49 loc) 1.58 kB
declare const _default: { edit: import('../types').EditFormDefinition<{ type: "coSign"; id: string; key: string; label: string; description?: string | undefined; hidden?: boolean | undefined; authPlugin: string; openForms?: { translations?: { en?: { label?: string | undefined; description?: string | undefined; } | undefined; nl?: { label?: string | undefined; description?: string | undefined; } | undefined; } | undefined; } | undefined; }>; editSchema: import('../types').EditSchema; preview: { panel: React.FC<import('../types').ComponentPreviewProps<{ type: "coSign"; id: string; key: string; label: string; description?: string | undefined; hidden?: boolean | undefined; authPlugin: string; openForms?: { translations?: { en?: { label?: string | undefined; description?: string | undefined; } | undefined; nl?: { label?: string | undefined; description?: string | undefined; } | undefined; } | undefined; } | undefined; }>>; }; defaultValue: undefined; }; export default _default;