UNPKG

@rahulsolanki_ct/linkedin-login

Version:

Package for Linked In Log In feature using OAuth 2.0

4 lines (3 loc) 227 B
/// <reference types="react" /> import { LinkedInType } from './types'; export declare function LinkedIn({ children, redirectUri, clientId, onSuccess, onError, state, scope, closePopupMessage, }: LinkedInType): JSX.Element;