5 lines
103 B
TypeScript
Raw Normal View History

2015-11-28 18:26:55 -06:00
export declare class Camera {
2015-11-29 19:54:45 -06:00
static getPicture(options: any): void;
static cleanup(): void;
2015-11-28 18:26:55 -06:00
}