Skip to content

Commit 5af7ba2

Browse files
Update index.d.ts (#1964)
1 parent cc6ca4d commit 5af7ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ declare module "react-native-image-crop-picker" {
396396
/**
397397
* Extracted exif data from image. Response format is platform specific.
398398
*/
399-
exif?: null | object;
399+
exif?: any;
400400

401401
/**
402402
* Selected image's localidentifier, used for PHAsset searching.

0 commit comments

Comments
 (0)