UNPKG

kwikui

Version:

KwikID's UI Component Library in Angular

22 lines (21 loc) 513 B
import { EKwikUITextareaSize } from "./textarea.definitions"; export declare const DEFAULT_VALUES: { label: string; id: string; formControlName: string; placeholder: string; focus: boolean; invalid: boolean; disabled: boolean; size: EKwikUITextareaSize; }; export declare const VALIDATE_KEY_VALUES: { label: boolean; id: boolean; formControlName: boolean; focus: boolean; invalid: boolean; disabled: boolean; size: boolean; placeholder: boolean; };