UNPKG

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

Version:

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

11 lines (10 loc) 392 B
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 Forgot Password Screen * * @category Component */ export declare const ForgotPasswordScreenBase: React.FC<React.PropsWithChildren<ForgotPasswordScreenProps>>;