UNPKG

@try-at-software/input-elements

Version:

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

5 lines (4 loc) 250 B
import { FormText } from '../../Components'; import { ValidationRule } from '../../IValueInputElement'; export declare const invalidCharacters: string[]; export declare function restrictValidPath(errorMessage?: FormText): ValidationRule<string>;