mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-01-18 19:22:51 +08:00
CB-13837: fix TypeScript Definition for CameraPopoverOptions (#379)
This commit is contained in:
parent
a5a3d88152
commit
86b0bf2534
4
types/index.d.ts
vendored
4
types/index.d.ts
vendored
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user