UNPKG

react-sign-in-with-esignet

Version:

A react component for rendering “Sign in with..” button on mosip client’s web page for oidc integration.

5 lines (4 loc) 202 B
import React from "react"; import { ISignInWithEsignetProps } from "./ISignInWithEsignetProps"; declare const SignInWithEsignet: React.FC<ISignInWithEsignetProps>; export default SignInWithEsignet;