UNPKG

viettel-ekyc-sdk

Version:
14 lines (13 loc) 335 B
import { CardInfo, FaceMatching } from '../components/interface'; interface Props { navigation: any; route: { params: { card: CardInfo; faceMatching: FaceMatching; headerComponent: any; }; }; } export declare const ResultScreen: (props: Props) => JSX.Element; export {};