UNPKG

axentix

Version:

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

5 lines (4 loc) 138 B
/** * Update inputs state */ export declare const updateInputs: (inputElements?: NodeListOf<HTMLElement> | Array<HTMLElement>) => void;