UNPKG

strapi-plugin-firebase-authentication

Version:

Allows easy integration between clients utilizing Firebase for authentication and Strapi

9 lines (8 loc) 295 B
interface ResetPasswordProps { isOpen: boolean; email: string; onClose: () => void; onConfirm: (newPassword: string) => void; } export declare const ResetPassword: ({ isOpen, email, onClose, onConfirm }: ResetPasswordProps) => import("react/jsx-runtime").JSX.Element; export {};