@brightlayer-ui/react-native-auth-workflow
Version:
Re-usable workflow components for Authentication and Registration within Eaton applications.
11 lines (10 loc) • 386 B
TypeScript
import React from 'react';
import { CreatePasswordScreenProps } from './types.js';
/**
* The component renders a screen with the password and confirm password field for creating a new password.
*
* @param {CreatePasswordScreenProps} props - Props of Create Password Screen
*
* @category Component
*/
export declare const CreatePasswordScreen: React.FC<CreatePasswordScreenProps>;