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 = {
46
46
~chooseFromLibraryButtonTitle : string =?,
47
47
~chooseWhichLibraryTitle : string =?,
48
48
~tintColor : string =?,
49
- ~cameraType : [@ bs . string ] [ | ` front | ` back ] =?,
50
- ~mediaType : [@ bs . string ] [ | ` photo | ` video | ` mixed ] =?,
49
+ ~cameraType : [ | ` front | ` back ] =?,
50
+ ~mediaType : [ | ` photo | ` video | ` mixed ] =?,
51
51
~maxWidth : float =?,
52
52
~maxHeight : float =?,
53
53
~quality : float =?,
54
54
~durationLimit : int =?,
55
55
~rotation : float =?,
56
56
~allowsEditing : bool =?,
57
57
~noData : bool =?,
58
- ~videoQuality : [@ bs . string ] [ | ` low | ` medium | ` high ] =?,
58
+ ~videoQuality : [ | ` low | ` medium | ` high ] =?,
59
59
~storageOptions : Storage . t =?,
60
60
~permissionDenied : PermissionDenied . t =?,
61
61
~customButtons : array (Button . t )=?,
You can’t perform that action at this time.
0 commit comments