mirror of
https://github.com/status-im/react-native-image-crop-picker.git
synced 2025-02-25 03:45:21 +00:00
update type (#1200)
This commit is contained in:
parent
323edd4a11
commit
0847843b49
2
index.d.ts
vendored
2
index.d.ts
vendored
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user