UNPKG

react-native-cccd-dev

Version:

React-native bridge for Vntel cccd SDK

11 lines (10 loc) 356 B
import { HostComponent, StyleProp, ViewStyle } from 'react-native'; export interface NativeLayoutUnit { kind: "mrz" | "qrcode"; } export interface NativeViewProps { style?: StyleProp<ViewStyle>; layout: NativeLayoutUnit[]; } export declare const RNVntelCCCDMRZView: HostComponent<NativeViewProps> | null; export declare const RNVntelCCCD: any;