UNPKG
@astro-auth/client
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
The client package of the Astro Auth library
@astro-auth/client
/
dist
/
types
/
index.d.ts
6 lines
(5 loc)
•
235 B
TypeScript
View Raw
1
2
3
4
5
6
import
signOut
from
"./signOut"
;
import
signIn
from
"./signIn"
;
import
ReactStateStore
from
"./stateStores/ReactStateStore"
;
import
useUser
from
"./stateStores/store/useUser"
;
export
{ signOut, signIn,
ReactStateStore
, useUser };