mirror of
https://github.com/status-im/react-native-image-crop-picker.git
synced 2025-02-22 18:38:13 +00:00
Add cropperToolbarTitle into TypeScript typings (#777)
This commit is contained in:
parent
7e94458c41
commit
0e6f877f27
1
index.d.ts
vendored
1
index.d.ts
vendored
@ -11,6 +11,7 @@ declare module "react-native-image-crop-picker" {
|
|||||||
cropperActiveWidgetColor?: string;
|
cropperActiveWidgetColor?: string;
|
||||||
cropperStatusBarColor?: string;
|
cropperStatusBarColor?: string;
|
||||||
cropperToolbarColor?: string;
|
cropperToolbarColor?: string;
|
||||||
|
cropperToolbarTitle?: string;
|
||||||
freeStyleCropEnabled?: boolean;
|
freeStyleCropEnabled?: boolean;
|
||||||
cropperTintColor?: string;
|
cropperTintColor?: string;
|
||||||
cropperCircleOverlay?: boolean;
|
cropperCircleOverlay?: boolean;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user