UNPKG

styled-hook-form

Version:

React form library for styled-components based on grommet and react-hook-form

5 lines (4 loc) 179 B
/// <reference types="react" /> import { PasswordStrengthProps } from "./types"; declare const PasswordStrength: React.FC<PasswordStrengthProps>; export default PasswordStrength;