UNPKG

@open-formulieren/formio-builder

Version:

An opinionated Formio webform builder for Open Forms

8 lines (7 loc) 273 B
import { TextareaComponentSchema } from '@open-formulieren/types'; import { EditFormDefinition } from '../types'; /** * Form to configure a Formio 'textarea' type component. */ declare const EditForm: EditFormDefinition<TextareaComponentSchema>; export default EditForm;