7 lines
149 B
TypeScript
Raw Normal View History

2015-11-28 16:17:04 -06:00
export declare var Camera: {
name: string;
plugin: string;
getPicture: (...args: any[]) => any;
cleanup: (...args: any[]) => any;
};