awesome-cordova-plugins/dist/plugins/camera.d.ts

5 lines
103 B
TypeScript
Raw Normal View History

2015-11-29 08:26:55 +08:00
export declare class Camera {
2015-11-30 09:54:45 +08:00
static getPicture(options: any): void;
static cleanup(): void;
2015-11-29 08:26:55 +08:00
}