kwikui
Version:
KwikID's UI Component Library in Angular
36 lines (35 loc) • 866 B
TypeScript
import { EKwikUIInputTimeMode, EKwikUIInputTimeSize } from "./input-time.definitions";
export declare const DEFAULT_VALUES: {
disabled: boolean;
focus: boolean;
formControlName: string;
id: string;
invalid: boolean;
isShowLabelOutside: boolean;
label: string;
mode: EKwikUIInputTimeMode;
hintContent: string;
icon: string;
items: any[];
placeholder: string;
postfix: string;
prefix: string;
size: EKwikUIInputTimeSize;
};
export declare const VALIDATE_KEY_VALUES: {
disabled: boolean;
focus: boolean;
formControlName: boolean;
hintContent: boolean;
icon: boolean;
id: boolean;
invalid: boolean;
isShowLabelOutside: boolean;
items: boolean;
label: boolean;
mode: boolean;
placeholder: boolean;
postfix: boolean;
prefix: boolean;
size: boolean;
};