@sikka/hawa 0.0.248 → 0.0.249

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.
@@ -15,10 +15,11 @@ type DragDropImagesTypes = {
15
15
  errorMessages: string;
16
16
  /** The translation object, use this to replace the default text with any translated text you want.*/
17
17
  texts: {
18
- clickHereToUpload: string;
19
- maxFileSize: string;
20
- tooManyFiles: string;
21
- fileTooLarge: string;
18
+ errorUploading: any;
19
+ clickHereToUpload: any;
20
+ maxFileSize: any;
21
+ tooManyFiles: any;
22
+ fileTooLarge: any;
22
23
  };
23
24
  };
24
25
  export declare const DragDropImages: React.FunctionComponent<DragDropImagesTypes>;