UNPKG
@rahulsolanki_ct/linkedin-login
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Package for Linked In Log In feature using OAuth 2.0
@rahulsolanki_ct/linkedin-login
/
build
/
LinkedIn.d.ts
4 lines
(3 loc)
•
227 B
TypeScript
View Raw
1
2
3
4
/// <reference types="react" />
import
{
LinkedInType
}
from
'./types'
;
export
declare
function
LinkedIn
(
{ children, redirectUri, clientId, onSuccess, onError, state, scope, closePopupMessage, }: LinkedInType
):
JSX
.
Element
;