UNPKG

naim-firebase-auth-wrapper

Version:

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

8 lines 238 B
import React from 'react'; interface UserProfileProps { onSuccess?: () => void; onError?: (error: Error) => void; } export declare const UserProfile: React.FC<UserProfileProps>; export {}; //# sourceMappingURL=UserProfile.d.ts.map