3
0
mirror of https://github.com/danielsogl/awesome-cordova-plugins.git synced 2025-03-18 09:47:08 +08:00
2015-11-29 19:54:45 -06:00

5 lines
103 B
TypeScript

export declare class Camera {
static getPicture(options: any): void;
static cleanup(): void;
}