UNPKG

@brightlayer-ui/react-native-auth-workflow

Version:

Re-usable workflow components for Authentication and Registration within Eaton applications.

12 lines (11 loc) 452 B
import React from 'react'; import { ResetPasswordScreenProps } from './types.js'; /** * Component that renders a ResetPassword screen that allows a user to reset their password and shows a success message upon a successful password reset.. * * @param {ResetPasswordScreenProps} props - props for Reset Password Screen Base component. * * @category Component * */ export declare const ResetPasswordScreenBase: React.FC<ResetPasswordScreenProps>;