@brightlayer-ui/react-native-auth-workflow
Version:
Re-usable workflow components for Authentication and Registration within Eaton applications.
12 lines (11 loc) • 399 B
TypeScript
import React from 'react';
import { TextInputProps } from 'react-native-paper';
/**
* Component that renders textfield with a visibility toggle. The toggle changes the
* input from hidden to visible.
*
* @param {TextInputProps} props - all props will be passed to the underlying TextField component
*
* @category Component
*/
export declare const PasswordTextField: React.FC<TextInputProps>;