@brightlayer-ui/react-auth-workflow
Version:
Re-usable workflow components for Authentication and Registration within Eaton applications.
11 lines (10 loc) • 453 B
TypeScript
import React from 'react';
import { PasswordRequirementsCheckProps } from './types.js';
/**
* Component that renders an individual password complexity line item with check indicator.
*
* @param {PasswordRequirementsCheckProps} props - props of PasswordRequirementsCheck component
*
* @category Component
*/
export declare const PasswordRequirementsCheck: React.FC<React.PropsWithChildren<React.PropsWithChildren<PasswordRequirementsCheckProps>>>;