mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
7 lines
149 B
TypeScript
7 lines
149 B
TypeScript
export declare var Camera: {
|
|
name: string;
|
|
plugin: string;
|
|
getPicture: (...args: any[]) => any;
|
|
cleanup: (...args: any[]) => any;
|
|
};
|