UNPKG

@try-at-software/input-elements

Version:

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

4 lines (3 loc) 199 B
import { FormText } from '../../Components'; import { ValidationRule } from '../../IValueInputElement'; export declare function ensureConsistency(errorMessage?: FormText): ValidationRule<string>;