UNPKG

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

Version:

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

11 lines (10 loc) 354 B
import React from 'react'; import { SuccessScreenProps } from '../SuccessScreen/index.js'; /** * Component that renders a success screen for when registration completes. * * @param {SuccessScreenProps} props - Props of SuccessScreen component * * @category Component */ export declare const RegistrationSuccessScreen: React.FC<SuccessScreenProps>;