UNPKG

@open-formulieren/formio-builder

Version:

An opinionated Formio webform builder for Open Forms

9 lines (8 loc) 303 B
/** * The `ItemsExpression` component is used to specify the JsonLogic expression to * calculate the values/options for a component. * * @todo: this would really benefit from a nice, context-aware JsonLogic editor. */ export declare const ItemsExpression: React.FC; export default ItemsExpression;