UNPKG

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

Version:

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

11 lines (10 loc) 357 B
import React from 'react'; import { PasswordRequirementsCheckProps } from './types.js'; /** * Component to update password requirements. * * @param {PasswordRequirementsCheckProps} props - props of PasswordRequirementsCheck component * * @category Component */ export declare const PasswordRequirementsCheck: React.FC<PasswordRequirementsCheckProps>;