We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a9747c commit 45b4b23Copy full SHA for 45b4b23
typings/index.d.ts
@@ -28,11 +28,7 @@ export type ImageCropData = {
28
* (Optional) the resizing mode to use when scaling the image. If the
29
* `displaySize` param is not specified, this has no effect.
30
*/
31
- resizeMode?: $Maybe<{
32
- contain: string,
33
- cover: string,
34
- stretch: string,
35
- }>,
+ resizeMode?: $Maybe<"contain" | "cover" | "stretch">,
36
};
37
38
declare class ImageEditor {
0 commit comments