Add cropperToolbarTitle into TypeScript typings (#777)

This commit is contained in:
Sergei Butko 2018-07-25 11:21:56 +03:00 committed by Ivan Pusic
parent 7e94458c41
commit 0e6f877f27

1
index.d.ts vendored
View File

@ -11,6 +11,7 @@ declare module "react-native-image-crop-picker" {
cropperActiveWidgetColor?: string;
cropperStatusBarColor?: string;
cropperToolbarColor?: string;
cropperToolbarTitle?: string;
freeStyleCropEnabled?: boolean;
cropperTintColor?: string;
cropperCircleOverlay?: boolean;