UNPKG

neumorphic-peripheral

Version:

A lightweight, framework-agnostic JavaScript/TypeScript library for beautiful neumorphic styling

11 lines 504 B
export declare function validatePasswordStrength(password: string): { score: number; strength: 'weak' | 'fair' | 'good' | 'strong'; feedback: string[]; }; export declare function validateValue(value: string, rules: ValidationRules): ValidationResult; export declare const globalValidationManager: ValidationManager & { clearValidation: (element: HTMLElement) => void; validate: (element: HTMLElement, rules: ValidationRules) => ValidationResult; }; //# sourceMappingURL=index.d.ts.map