4 lines
80 B
TypeScript
Raw Normal View History

2015-11-25 11:44:58 -06:00
export declare class Camera {
static getPicture: (...args: any[]) => any;
}