Skip to content

Commit 1f9dc70

Browse files
committed
remove unecessary [@bs.string]
1 parent 5dd23d9 commit 1f9dc70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ReactNativeImagePicker.re

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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)=?,

0 commit comments

Comments
 (0)