kwikui
Version:
KwikID's UI Component Library in Angular
30 lines (29 loc) • 701 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;
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;
label: boolean;
placeholder: boolean;
postfix: boolean;
prefix: boolean;
size: boolean;
};