@brightlayer-ui/react-native-auth-workflow
Version:
Re-usable workflow components for Authentication and Registration within Eaton applications.
12 lines (11 loc) • 402 B
TypeScript
import React from 'react';
import { CreateAccountScreenProps } from './types.js';
/**
* Component that renders a screen for the user to enter their email address to start the
* account creation process.
*
* @param {CreateAccountScreenProps} props - Props of Create Account Screen component
*
* @category Component
*/
export declare const CreateAccountScreen: React.FC<CreateAccountScreenProps>;