mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-01 02:53:03 +08:00
5 lines
103 B
TypeScript
5 lines
103 B
TypeScript
export declare class Camera {
|
|
static getPicture(options: any): void;
|
|
static cleanup(): void;
|
|
}
|