UNPKG

expo-zxing

Version:
10 lines 270 B
import { ViewProps } from "react-native"; export type OnScannedEvent = { result: string; }; export type CameraPreviewProps = { onScanned?: (event: { nativeEvent: OnScannedEvent; }) => void; } & ViewProps; //# sourceMappingURL=ExpoZxing.types.d.ts.map