@open-formulieren/formio-builder
Version:
An opinionated Formio webform builder for Open Forms
16 lines (15 loc) • 586 B
TypeScript
/// <reference types="react" />
/**
* 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;