@brightlayer-ui/react-native-auth-workflow
Version:
Re-usable workflow components for Authentication and Registration within Eaton applications.
12 lines (11 loc) • 369 B
TypeScript
import React from 'react';
import { PasswordRequirementsProps } from './types.js';
/**
* Component to update password requirements.
*
* @param {PasswordRequirementsProps} props - props of PasswordRequirements component
*
* @category Component
*/
export declare const PasswordRequirements: React.FC<PasswordRequirementsProps>;
export default PasswordRequirements;