@acuteinfo/common-base 1.2.62 → 1.2.64

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.
@@ -31,6 +31,7 @@ export interface ArrayField2Props {
31
31
  hideRemoveIconOnSingleRecord?: boolean;
32
32
  enableEnterToFocus?: boolean;
33
33
  focusScopeId?: string;
34
+ formState?: any;
34
35
  }
35
36
  export declare const ArrayField2: FC<ArrayField2Props>;
36
37
  export declare const ArrayFieldRow: ({ row, getAllRowsValues, fieldKey, oneRow, classes, removeFn, rowIndex, removeRowFn, totalRows, isSubmitting, formState, formName, arrayFieldIDName, arrayFieldName, fixedRows, isDisplayCount, isCustomStyle, disagreeButtonName, agreeButtonName, errorTitle, displayCountName, isRemoveButton, selectedRowIndex, setSelectedRowIndex, hideRemoveIconOnSingleRecord, enableEnterToFocus, }: {