kwikui
Version:
KwikID's UI Component Library in Angular
36 lines (35 loc) • 904 B
TypeScript
import { EKwikUIInputPhoneSize } from "./input-phone.definitions";
export declare const DEFAULT_VALUES: {
countryCode: string;
disabled: boolean;
focus: boolean;
formControlName: string;
hintContent: string;
icon: string;
id: string;
invalid: boolean;
label: string;
phoneMaskAfterCountryCode: string;
placeholder: string;
postfix: string;
prefix: string;
removeCountryCodeFromValue: boolean;
size: EKwikUIInputPhoneSize;
};
export declare const VALIDATE_KEY_VALUES: {
countryCode: boolean;
disabled: boolean;
focus: boolean;
formControlName: boolean;
hintContent: boolean;
icon: boolean;
id: boolean;
invalid: boolean;
label: boolean;
phoneMaskAfterCountryCode: boolean;
placeholder: boolean;
postfix: boolean;
prefix: boolean;
removeCountryCodeFromValue: boolean;
size: boolean;
};