UNPKG

naim-firebase-auth-wrapper

Version:

React components and hooks for Firebase Authentication and Firestore with Mantine UI

6 lines 304 B
import React from 'react'; import { AuthContextType, AuthProviderProps } from '../types'; import '@mantine/core/styles.css'; export declare const AuthContext: React.Context<AuthContextType | null>; export declare const AuthProvider: React.FC<AuthProviderProps>; //# sourceMappingURL=AuthProvider.d.ts.map