Skip to content

Commit f33cac9

Browse files
committed
remove unecessary [@bs.string]
1 parent 932c190 commit f33cac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ReactNativeImageEditor.re

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ external cropData:
1919
~offset: offset,
2020
~size: size,
2121
~displaySize: size=?,
22-
~resizeMode: [@bs.string] [ | `contain | `cover | `stretch]=?,
22+
~resizeMode: [ | `contain | `cover | `stretch]=?,
2323
unit
2424
) =>
2525
cropData;

0 commit comments

Comments
 (0)