@brightlayer-ui/react-native-auth-workflow
Version:
Re-usable workflow components for Authentication and Registration within Eaton applications.
11 lines (10 loc) • 388 B
TypeScript
import React from 'react';
import { SuccessScreenProps } from '../SuccessScreen/index.js';
/**
* Full screen component that renders a Success Screen for the accounts that already exists in the records
*
* @param {SuccessScreenProps} props - Props of SuccessScreen component
*
* @category Component
*/
export declare const ExistingAccountSuccessScreen: React.FC<SuccessScreenProps>;