finform-react-builder 1.8.17 → 1.8.18

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.
@@ -211,6 +211,7 @@ export interface TabsField extends BaseField {
211
211
  value?: string | number | React.ReactNode;
212
212
  content?: React.ReactNode;
213
213
  disabled?: boolean;
214
+ fields?: FieldConfig[];
214
215
  }>;
215
216
  defaultValue?: any;
216
217
  tabSx?: any;