UNPKG

@open-formulieren/formio-builder

Version:

An opinionated Formio webform builder for Open Forms

15 lines (14 loc) 554 B
/** * The `ValuesSrc` component is used to configure on the component where options/values * are sourced from. * * The available options can be specified manually, or they can be derived from another * existing 'variable' through a JsonLogic expression. * * This component requires a compatible schema like `SelectComponentSchema`, * `RadioComponentSchema` or `SelectboxesComponentSchema`. * * @todo: on change, the *other* configuration aspect needs to be cleared/reset. */ export declare const ValuesSrc: React.FC; export default ValuesSrc;