UNPKG

truly-ui

Version:
15 lines (14 loc) 281 B
export declare class Validations { /** * Property to control if input is required or not. */ required: number; /** * Property for minLength value */ minLength: string; /** * Property for maxLength value */ maxLength: string; }