feat(types): add types for #1428
This commit is contained in:
parent
88f3109657
commit
6cc3d89bec
|
@ -142,8 +142,11 @@ interface TakePictureOptions {
|
|||
width?: number;
|
||||
mirrorImage?: boolean;
|
||||
|
||||
/** Android only */
|
||||
skipProcessing?: boolean;
|
||||
/** Android only */
|
||||
fixOrientation?: boolean;
|
||||
|
||||
/** iOS only */
|
||||
forceUpOrientation?: boolean;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue