kwikui
Version:
KwikID's UI Component Library in Angular
36 lines (35 loc) • 872 B
TypeScript
import { EKwikUIInputCase, EKwikUIInputSize, EKwikUIInputType } from "./input.definitions";
export declare const DEFAULT_VALUES: {
case: EKwikUIInputCase;
disabled: boolean;
focus: boolean;
formControlName: string;
hintContent: string;
icon: string;
id: string;
invalid: boolean;
isShowLabelOutside: boolean;
label: string;
placeholder: string;
postfix: string;
prefix: string;
size: EKwikUIInputSize;
type: EKwikUIInputType;
};
export declare const VALIDATE_KEY_VALUES: {
case: boolean;
disabled: boolean;
focus: boolean;
formControlName: boolean;
hintContent: boolean;
icon: boolean;
id: boolean;
invalid: boolean;
isShowLabelOutside: boolean;
label: boolean;
placeholder: boolean;
postfix: boolean;
prefix: boolean;
size: boolean;
type: boolean;
};