UNPKG

naim-firebase-auth-wrapper

Version:

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

9 lines 285 B
import React from 'react'; import { AuthComponentProps } from '../types'; interface RegisterProps extends AuthComponentProps { onLoginClick?: () => void; title?: string; } export declare const Register: React.FC<RegisterProps>; export {}; //# sourceMappingURL=Register.d.ts.map