UNPKG

@mosip/react-inji-verify-sdk

Version:

A react component library to perform Inji verify tasks, such as OpenId4VP sharing, Reading VC QR codes

5 lines (4 loc) 216 B
import { OpenID4VPVerificationProps } from "./OpenID4VPVerification.types"; import React from "react"; declare const OpenID4VPVerification: React.FC<OpenID4VPVerificationProps>; export default OpenID4VPVerification;