@brightlayer-ui/react-auth-workflow
Version:
Re-usable workflow components for Authentication and Registration within Eaton applications.
11 lines (10 loc) • 405 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 base component
*
* @category Component
*/
export declare const ForgotPasswordScreenBase: React.FC<React.PropsWithChildren<ForgotPasswordScreenProps>>;