@brightlayer-ui/react-auth-workflow
Version:
Re-usable workflow components for Authentication and Registration within Eaton applications.
11 lines (10 loc) • 402 B
TypeScript
import React from 'react';
import { PasswordRequirementsProps } from './types.js';
/**
* Component that renders all of the password requirement line items with check indicators.
*
* @param {PasswordRequirementsProps} props - props of passwordRequirement component
*
* @category Component
*/
export declare const PasswordRequirements: React.FC<React.PropsWithChildren<PasswordRequirementsProps>>;