feat(types): add types for #1428

This commit is contained in:
Felipe Constantino 2018-04-03 10:39:51 -03:00
parent 88f3109657
commit 6cc3d89bec
1 changed files with 3 additions and 0 deletions

3
types/index.d.ts vendored
View File

@ -142,8 +142,11 @@ interface TakePictureOptions {
width?: number;
mirrorImage?: boolean;
/** Android only */
skipProcessing?: boolean;
/** Android only */
fixOrientation?: boolean;
/** iOS only */
forceUpOrientation?: boolean;
}