@brightlayer-ui/react-auth-workflow
Version:
Re-usable workflow components for Authentication and Registration within Eaton applications.
11 lines (10 loc) • 303 B
TypeScript
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>;