UNPKG
react-sanctum
Version:
beta (2.0.0)
latest (3.1.0)
3.1.0
3.0.0
2.3.1
2.3.0
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.0.1
1.0.0
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
Easily hook up your React app to Laravel Sanctum
github.com/koole/react-sanctum
koole/react-sanctum
react-sanctum
/
build
/
hooks.d.ts
3 lines
(2 loc)
•
114 B
TypeScript
View Raw
1
2
3
export
declare
function
useUser
(
):
any
;
export
declare
function
useAuthenticated
(
):
boolean
|
null
|
undefined
;