@brightlayer-ui/react-native-auth-workflow
Version:
Re-usable workflow components for Authentication and Registration within Eaton applications.
11 lines (10 loc) • 425 B
TypeScript
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 of ResetPasswordScreen
*
* @category Component
*/
export declare const ResetPasswordScreen: React.FC<ResetPasswordScreenProps>;