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