@brightlayer-ui/react-auth-workflow
Version:
Re-usable workflow components for Authentication and Registration within Eaton applications.
11 lines (10 loc) • 428 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 CreatePasswordScreen base component
*
* @category Component
*/
export declare const CreatePasswordScreenBase: React.FC<React.PropsWithChildren<CreatePasswordScreenProps>>;