UNPKG

@open-formulieren/formio-builder

Version:

An opinionated Formio webform builder for Open Forms

14 lines (13 loc) 431 B
/// <reference types="react" /> import { CosignV1ComponentSchema } from '@open-formulieren/types'; import { EditFormDefinition } from '../types'; /** * Form to configure a Formio 'coSign' (cosign v1) type component. */ declare const EditForm: EditFormDefinition<CosignV1ComponentSchema>; export interface AuthPluginOption { id: string; label: string; } export declare const AuthPlugin: React.FC; export default EditForm;