UNPKG

kwikui

Version:

KwikID's UI Component Library in Angular

38 lines (37 loc) 911 B
import { EKwikUIInputDateRangeSize } from "./input-date-range.definitions"; export declare const DEFAULT_VALUES: { disabled: boolean; focus: boolean; formControlName: string; hintContent: string; icon: string; id: string; invalid: boolean; label: string; max: import("@taiga-ui/cdk").TuiDay; maxLength: any; min: import("@taiga-ui/cdk").TuiDay; minLength: any; placeholder: string; postfix: string; prefix: string; size: EKwikUIInputDateRangeSize; }; export declare const VALIDATE_KEY_VALUES: { disabled: boolean; focus: boolean; formControlName: boolean; hintContent: boolean; icon: boolean; id: boolean; invalid: boolean; label: boolean; max: boolean; maxLength: boolean; min: boolean; minLength: boolean; placeholder: boolean; postfix: boolean; prefix: boolean; size: boolean; };