@cfinnestad/react-form-builder 1.0.19 → 1.0.20

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.
@@ -414,3 +414,5 @@ export declare function isPhone(item: AnyItem): item is PhoneSubtype;
414
414
  export declare function isOption(item: AnyItem): item is OptionSubtype;
415
415
  export declare function isNamed(item: AnyItem): item is NamedItem;
416
416
  export declare function hasFiles(items: AnyItem[]): boolean;
417
+ export declare function itemsCloneDeep(items: AnyItem[]): AnyItem[];
418
+ export declare function itemCloneDeep(item: AnyItem): AnyItem;