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
/
WithSanctumProps.d.ts
5 lines
(4 loc)
•
151 B
TypeScript
View Raw
1
2
3
4
5
import
{
ContextProps
}
from
"./SanctumContext"
;
export
default
interface
WithSanctumProps
<
UserObj
>
extends
ContextProps
{
user
:
null
|
UserObj
; }