UNPKG

@smile_identity/react-native-expo

Version:
11 lines 509 B
import * as React from 'react'; import { ViewProps } from "react-native"; import { SmartSelfieParams } from "../types/SmileIDExpo.types"; interface SmileIDSmartSelfieEnrollmentViewProps extends ViewProps { params: SmartSelfieParams; onResult?: (result: any) => void; onError?: (error: any) => void; } export default function SmileIDSmartSelfieEnrollmentView(props: SmileIDSmartSelfieEnrollmentViewProps): React.JSX.Element; export {}; //# sourceMappingURL=SmileIDSmartSelfieEnrollmentView.d.ts.map