UNPKG

@try-at-software/input-elements

Version:

A package providing different input elements that are extensible and easily configurable for your custom needs.

6 lines (5 loc) 170 B
import { IInputElement } from '../IInputElement'; export declare function getFormState(inputs: IInputElement[]): { isValid: boolean; hasChanges: boolean; };