UNPKG

@propellerads/password-validator

Version:
8 lines (7 loc) 441 B
declare const StyledPasswordValidator: import("styled-components").StyledComponent<"div", any, {}, never>; interface PasswordRuleProps { isPassed: boolean; } declare const PasswordRule: import("styled-components").StyledComponent<"div", any, PasswordRuleProps, never>; declare const PasswordIcon: import("styled-components").StyledComponent<"span", any, {}, never>; export { StyledPasswordValidator, PasswordRule, PasswordIcon };