@smile_identity/react-native-expo
Version:
Official Smile ID SDK for Expo
11 lines • 557 B
TypeScript
import { ViewProps } from "react-native";
import * as React from "react";
import { SmartSelfieParams } from "../types/SmileIDExpo.types";
interface SmileIDSmartSelfieAuthenticationEnhancedViewProps extends ViewProps {
params: SmartSelfieParams;
onResult?: (result: any) => void;
onError?: (error: any) => void;
}
export default function SmileIDSmartSelfieAuthenticationEnhancedView(props: SmileIDSmartSelfieAuthenticationEnhancedViewProps): React.JSX.Element;
export {};
//# sourceMappingURL=SmileIDSmartSelfieAuthenticationEnhancedView.d.ts.map