CB-13837: fix TypeScript Definition for CameraPopoverOptions (#379)

This commit is contained in:
jcesarmobile 2018-11-23 18:44:46 +01:00 committed by GitHub
parent a5a3d88152
commit 86b0bf2534
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
types/index.d.ts vendored
View File

@ -138,6 +138,10 @@ interface CameraPopoverOptions {
arrowDir : number;
}
declare class CameraPopoverOptions implements CameraPopoverOptions {
constructor(x?: number, y?: number, width?: number, height?: number, arrowDir?: number);
}
declare var Camera: {
// Camera constants, defined in Camera plugin
DestinationType: {