UNPKG

@stanfordspezi/spezi-web-design-system

Version:

Stanford Biodesign Digital Health Spezi Web Design System

9 lines (8 loc) 272 B
import { User } from '@firebase/auth-types'; import { Auth } from 'firebase/auth'; /** * Returns currently authenticated user * null = no user is authenticated * undefined = initial state * */ export declare const useAuthUser: (auth: Auth) => User | null | undefined;