File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,16 +46,16 @@ module ImagePicker = {
4646 ~chooseFromLibraryButtonTitle : string =?,
4747 ~chooseWhichLibraryTitle : string =?,
4848 ~tintColor : string =?,
49- ~cameraType : [@ bs . string ] [ | ` front | ` back ] =?,
50- ~mediaType : [@ bs . string ] [ | ` photo | ` video | ` mixed ] =?,
49+ ~cameraType : [ | ` front | ` back ] =?,
50+ ~mediaType : [ | ` photo | ` video | ` mixed ] =?,
5151 ~maxWidth : float =?,
5252 ~maxHeight : float =?,
5353 ~quality : float =?,
5454 ~durationLimit : int =?,
5555 ~rotation : float =?,
5656 ~allowsEditing : bool =?,
5757 ~noData : bool =?,
58- ~videoQuality : [@ bs . string ] [ | ` low | ` medium | ` high ] =?,
58+ ~videoQuality : [ | ` low | ` medium | ` high ] =?,
5959 ~storageOptions : Storage . t =?,
6060 ~permissionDenied : PermissionDenied . t =?,
6161 ~customButtons : array (Button . t )=?,
You can’t perform that action at this time.
0 commit comments