@brightlayer-ui/react-auth-workflow
Version:
Re-usable workflow components for Authentication and Registration within Eaton applications.
11 lines (10 loc) • 361 B
TypeScript
import React from 'react';
import { ForgotPasswordScreenProps } from './types.js';
/**
* Component renders a screen with forgot password for support with the application.
*
* @param {ForgotPasswordScreenProps} props - props of ForgotPasswordScreen
*
* @category Component
*/
export declare const ForgotPasswordScreen: React.FC<ForgotPasswordScreenProps>;