UNPKG

axentix

Version:

Axentix is a framework mixing fully customizable components & utility-first classes, leaving the design choice to the developer.

4 lines (3 loc) 227 B
export declare const validateInput: (input: HTMLInputElement, eType: string) => boolean; export declare const resetValidation: (form: HTMLFormElement) => void; export declare const validate: (form: HTMLFormElement) => boolean;