UNPKG

react-native-password-strength-meter-bar

Version:
11 lines (10 loc) 269 B
import React from 'react'; interface Props { password: string; radius?: number; height?: number; showStrenghtText?: boolean; unfilledColor?: string; } declare const PasswordStrengthMeterBar: React.FC<Props>; export default PasswordStrengthMeterBar;