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