UNPKG

@brightlayer-ui/react-native-auth-workflow

Version:

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

11 lines (10 loc) 371 B
import React from 'react'; import { CreatePasswordScreenProps } from './types.js'; /** * Component that displays text fields to create a new user's password. * * @param {CreatePasswordScreenProps} props - props for Create Password Screen Base component. * * @category Component */ export declare const CreatePasswordScreenBase: React.FC<CreatePasswordScreenProps>;