naim-firebase-auth-wrapper
Version:
React components and hooks for Firebase Authentication and Firestore with Mantine UI
10 lines • 304 B
TypeScript
import React from 'react';
import { AuthComponentProps } from '../types';
interface LoginProps extends AuthComponentProps {
onRegisterClick?: () => void;
title?: string;
logo?: React.ReactNode;
}
export declare const Login: React.FC<LoginProps>;
export {};
//# sourceMappingURL=Login.d.ts.map