UNPKG

axentix

Version:

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

7 lines (6 loc) 250 B
import './forms.scss'; export declare const Forms: { updateInputs: (inputElements?: NodeListOf<HTMLElement> | Array<HTMLElement>) => void; validate: (form: HTMLFormElement) => boolean; resetValidation: (form: HTMLFormElement) => void; };