UNPKG

nuxt-supabase-team-auth

Version:

Drop-in Nuxt 3 module for team-based authentication with Supabase

6 lines 262 B
import type { TeamAuth } from '../types/index.js'; type SupabaseClient = any; export declare function resetTeamAuthState(): void; export declare function useTeamAuth(injectedClient?: SupabaseClient): TeamAuth; export {}; //# sourceMappingURL=useTeamAuth.d.ts.map