@open-formulieren/formio-builder
Version:
An opinionated Formio webform builder for Open Forms
11 lines (10 loc) • 444 B
TypeScript
import { SoftRequiredErrorsComponentSchema } 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<SoftRequiredErrorsComponentSchema>;
export default EditForm;