UNPKG

naim-firebase-auth-wrapper

Version:

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

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