UNPKG

kawkab-frontend

Version:

Kawkab frontend is a frontend library for the Kawkab framework

7 lines (6 loc) 160 B
export declare function useAuth(): { isAuthenticated: boolean; login: (token: string) => void; logout: () => void; userToken: string | null; };