UNPKG

@open-formulieren/formio-builder

Version:

An opinionated Formio webform builder for Open Forms

13 lines (12 loc) 495 B
/// <reference types="react" /> /** * Fetch the available validator plugins and display them in a multiselect. * * This requires an async function `getPrefillAttributes` to be provided to the * BuilderContext which is responsible for retrieving the list of available plugins. * * If a fetch error occurs, it is thrown during rendering - you should provide your * own error boundary to catch this. */ declare const PrefillAttributeSelect: React.FC; export default PrefillAttributeSelect;