df-ae-forms-package 1.0.8 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -632,6 +632,7 @@ interface DfFormInstructionProps {
632
632
  id: string;
633
633
  properties: IInstructionComponent;
634
634
  mode?: 'edit' | 'preview' | 'test';
635
+ formValue?: any;
635
636
  onValueChange?: (change: IFormControlChange) => void;
636
637
  className?: string;
637
638
  hideLabel?: boolean;