mirror of
https://github.com/status-im/react-native-image-crop-picker.git
synced 2025-02-22 10:28:23 +00:00
Update TypeScript typings with some Android-only options (#684)
Several Android-only options were missing from the TypeScript `Options` interface, causing compiler warnings in client codebases when used.
This commit is contained in:
parent
fe1423d124
commit
73b09e1486
5
index.d.ts
vendored
5
index.d.ts
vendored
@ -7,8 +7,13 @@ declare module "react-native-image-crop-picker" {
|
||||
path?: string;
|
||||
includeBase64?: boolean;
|
||||
includeExif?: boolean;
|
||||
cropperActiveWidgetColor?: string;
|
||||
cropperStatusBarColor?: string;
|
||||
cropperToolbarColor?: string;
|
||||
freeStyleCropEnabled?: boolean;
|
||||
cropperTintColor?: string;
|
||||
cropperCircleOverlay?: boolean;
|
||||
disableCropperColorSetters?: boolean;
|
||||
maxFiles?: number;
|
||||
waitAnimationEnd?: boolean;
|
||||
smartAlbums?: string[];
|
||||
|
Loading…
x
Reference in New Issue
Block a user