mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-16 08:21:10 +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;
|
|
};
|