@hhgtech/hhg-components
Version:
Hello Health Group common components
80 lines (79 loc) • 2.12 kB
TypeScript
export declare const CAMPAIGN_TARGET_TYPE: {
LINKS: number;
TAGS: number;
};
export declare let LEAD_API: string;
export declare const LEAD_VERSION = "2.1-aka-3.0.63 - \uD83C\uDF20 The Starry Night";
export declare let LEAD_IS_DEV: boolean;
export declare let LEAD_DEV_URL: string;
export declare let LEAD_SCROLL_EVENT: any;
export declare const LEAD_DEVICE_TYPE: {
MOBILE: number;
DESKTOP: number;
};
export declare let LEAD_CLASS: string;
export declare let CAMPAIGN_SHOW: {};
export declare let CAMPAIGN_UUID: string;
export declare let CAMPAIGN_IMPRESSION_ACTION: string;
export declare let LEAD_CURRENT_URL: string;
export declare const LEAD_AXIOS_CONFIG: {};
export declare let LEAD_POPUP_START_TIME: any;
export declare let LEAD_POPUP_END_TIME: any;
export declare const LEAD_LOCALE_DATA: {
'vi-VN': {
popupLang: string;
countryCode: string;
countryCodeNumber: number;
};
'id-ID': {
popupLang: string;
countryCode: string;
countryCodeNumber: number;
};
'th-TH': {
popupLang: string;
countryCode: string;
countryCodeNumber: number;
};
'ms-MY': {
popupLang: string;
countryCode: string;
countryCodeNumber: number;
};
'zh-TW': {
popupLang: string;
countryCode: string;
countryCodeNumber: number;
};
'km-KH': {
popupLang: string;
countryCode: string;
countryCodeNumber: number;
};
'my-MM': {
popupLang: string;
countryCode: string;
countryCodeNumber: number;
};
'hi-IN': {
popupLang: string;
countryCode: string;
countryCodeNumber: number;
};
};
export declare const LEAD_LOCALE: any;
export declare function LEAD_RESET_VAR(): void;
export declare const LEAD_TIMEZONE_DATA: {
1: string;
10: string;
11: string;
12: string;
2: string;
3: string;
4: string;
5: string;
6: string;
7: string;
8: string;
9: string;
};