UNPKG

@open-formulieren/formio-builder

Version:

An opinionated Formio webform builder for Open Forms

11 lines (10 loc) 422 B
import { ContentComponentSchema } from '@open-formulieren/types'; import { EditFormDefinition } from '../types'; /** * Form to configure a Formio 'content' type component. * * W/r to translations, the 'NL' language is considered the default, and the main html * value is populated from that field (TODO: implement this). */ declare const EditForm: EditFormDefinition<ContentComponentSchema>; export default EditForm;