@data-driven-forms/react-form-renderer
Advanced tools
Comparing version 3.16.9 to 3.16.10
{ | ||
"name": "@data-driven-forms/react-form-renderer", | ||
"version": "3.16.9", | ||
"version": "3.16.10", | ||
"description": "React Form Renderer. Data Driven Forms converts JSON form definitions into fully functional React forms.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
import React from 'react'; | ||
import { Field } from '../common-types'; | ||
import { FormOptions } from '../renderer-context'; | ||
@@ -7,3 +8,3 @@ | ||
crossroads: string[]; | ||
currentStep: string; | ||
currentStep: { fields: Field[]; name: string; title: string; nextStep?: string }; | ||
handlePrev: Function; | ||
@@ -10,0 +11,0 @@ onKeyDown: Function; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
288113
5812