UNPKG

@navinc/base-react-components

Version:
8 lines (7 loc) 231 B
import { KeyboardEvent } from 'react'; export declare const usePasswordStrength: () => { password: string; valid: boolean; missingConditions: string[]; handleChange: (e: KeyboardEvent<HTMLInputElement>) => void; };