UNPKG

@open-formulieren/formio-builder

Version:

An opinionated Formio webform builder for Open Forms

13 lines (12 loc) 399 B
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;