kwikui
Version:
KwikID's UI Component Library in Angular
24 lines (23 loc) • 579 B
TypeScript
import { EKwikUITextareaSize } from "./textarea.definitions";
export declare const DEFAULT_VALUES: {
label: string;
id: string;
formControlName: string;
placeholder: string;
focus: boolean;
invalid: boolean;
isShowLabelOutside: boolean;
disabled: boolean;
size: EKwikUITextareaSize;
};
export declare const VALIDATE_KEY_VALUES: {
label: boolean;
id: boolean;
formControlName: boolean;
focus: boolean;
invalid: boolean;
isShowLabelOutside: boolean;
disabled: boolean;
size: boolean;
placeholder: boolean;
};