UNPKG

@data-driven-forms/react-form-renderer

Version:

React Form Renderer. Data Driven Forms converts JSON form definitions into fully functional React forms.

6 lines (5 loc) 357 B
import { ConditionDefinition } from '../condition'; import Field from '../common-types/field'; import { ConditionMapper } from '../form-renderer/condition-mapper'; declare const getConditionTriggers: (condition: ConditionDefinition | ConditionDefinition[], field?: Field, conditionMapper?: ConditionMapper) => string[]; export default getConditionTriggers;