UNPKG

@brightlayer-ui/react-auth-workflow

Version:

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

11 lines (10 loc) 383 B
import React from 'react'; import { SuccessScreenProps } from '../SuccessScreen/index.js'; /** * Full Screen component that renders a Success Screen for the accounts which are already exists in the records * * @param {SuccessScreenProps} props - props of SuccessScreen * * @category Component */ export declare const ExistingAccountSuccessScreen: React.FC<SuccessScreenProps>;