kwikui
Version:
KwikID's UI Component Library in Angular
32 lines (31 loc) • 767 B
TypeScript
import { EKwikUIInputPasswordSize } from "./input-password.definitions";
export declare const DEFAULT_VALUES: {
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: EKwikUIInputPasswordSize;
};
export declare const VALIDATE_KEY_VALUES: {
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;
};