@brightlayer-ui/react-auth-workflow
Version:
Re-usable workflow components for Authentication and Registration within Eaton applications.
12 lines (11 loc) • 471 B
TypeScript
import React from 'react';
import { AccountDetailsScreenProps } from '../AccountDetailsScreen/index.js';
/**
* Component renders a screen with account details information for support with the application.
* Contact information is pulled from the context passed into the workflow.
*
* @param {AccountDetailsScreenProps} props - props of AccountDetailsScreen
*
* @category Component
*/
export declare const AccountDetailsScreen: React.FC<AccountDetailsScreenProps>;