UNPKG

passwise

Version:

A customizable React password strength checker library

5 lines (4 loc) 165 B
import React from "react"; import { StrengthBarProps } from "../../types"; export declare const StrengthBar: React.FC<StrengthBarProps>; export default StrengthBar;