export type UnsafeMixed = T; export type OptionalProp = UnsafeMixed; import { Double, Int32 } from 'react-native/Libraries/Types/CodegenTypes'; export type Point = { x: Int32; y: Int32; }; export type NativeCameraStop = { centerCoordinate?: string; bounds?: string; heading?: Double; pitch?: Double; zoom?: Double; paddingLeft?: Double; paddingRight?: Double; paddingTop?: Double; paddingBottom?: Double; duration?: Double; mode?: number; } | null; //# sourceMappingURL=codegenUtils.d.ts.map