UNPKG

react-native-scanbot-sdk

Version:

Scanbot Document and Barcode Scanner SDK React Native Plugin for Android and iOS

11 lines 296 B
export declare class PartiallyConstructible { } export type DeepPartial<T> = T extends PartiallyConstructible ? { [P in keyof T]?: DeepPartial<T[P]>; } : T; export declare class Point { x: number; y: number; constructor(x: number, y: number); } //# sourceMappingURL=utils.d.ts.map