UNPKG

@brightlayer-ui/react-auth-workflow

Version:

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

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