UNPKG

@brightlayer-ui/react-auth-workflow

Version:

Re-usable workflow components for Authentication and Registration within Eaton applications.

11 lines (10 loc) 384 B
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 * * @category Component */ export declare const CreatePasswordScreen: React.FC<CreatePasswordScreenProps>;