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
/
useLinkedIn.d.ts
5 lines
(4 loc)
•
218 B
TypeScript
View Raw
1
2
3
4
5
import
{ useLinkedInType }
from
'./types'
;
export
declare
function
useLinkedIn
(
{ redirectUri, clientId, onSuccess, onError, scope, state, closePopupMessage, }: useLinkedInType
): {
linkedInLogin
:
() =>
void
; };