UNPKG

@brightlayer-ui/react-auth-workflow

Version:

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

11 lines (10 loc) 303 B
import React from 'react'; import { SuccessScreenProps } from './types.js'; /** * Component that renders a success screen * * @param {SuccessScreenProps} props - props of SuccessScreen base component * * @category Component */ export declare const SuccessScreenBase: React.FC<SuccessScreenProps>;