Skip to content

Commit

Permalink
CB-13837: fix TypeScript Definition for CameraPopoverOptions (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Nov 23, 2018
1 parent a5a3d88 commit 86b0bf2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 86b0bf2

Please sign in to comment.