update type (#1200)

This commit is contained in:
mikunimaru 2019-12-18 19:31:58 +09:00 committed by Ivan Pusic
parent 323edd4a11
commit 0847843b49

2
index.d.ts vendored
View File

@ -25,7 +25,7 @@ declare module "react-native-image-crop-picker" {
compressImageMaxHeight?: number;
compressImageQuality?: number;
loadingLabelText?: string;
mediaType?: string;
mediaType?: 'photo' | 'video';
showsSelectedCount?: boolean;
forceJpg?: boolean;
showCropGuidelines?: boolean;