UNPKG

@open-formulieren/formio-builder

Version:

An opinionated Formio webform builder for Open Forms

11 lines (10 loc) 278 B
/** * Components to manage options/values for fields that support this, such as: * * - select * - selectboxes * - radio */ export * from './values-config'; export { default as ValuesTable } from './values-table'; export { default as ValuesTranslations } from './i18n';