UNPKG
@nerdlat/auth
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Authentication library similar to Clerk for React and Express applications
@nerdlat/auth
/
dist
/
hooks
/
useAuth.d.ts
8 lines
•
248 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
type
{
UserData
}
from
'../types'
;
export
declare
function
useAuth
(
): {
user
:
UserData
|
null
;
isLoading
:
boolean
;
signIn
:
(
provider
:
string
) =>
Promise
<
UserData
>;
signOut
:
() =>
void
; };
//# sourceMappingURL=useAuth.d.ts.map