mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2026-05-18 00:00:08 +08:00
CB-13837: fix TypeScript Definition for CameraPopoverOptions (#379)
This commit is contained in:
Vendored
+4
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user