@sunrise-upc/mobile-prod-card 4.1.4-beta.4 → 4.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,3 +12,4 @@ export declare const isTouchScreen: () => boolean;
12
12
  export declare const replacePlaceholder: (source: string, params: any) => string;
13
13
  export declare const isModemPresent: () => boolean;
14
14
  export declare const iconHandler: (type: string) => string;
15
+ export declare const checkLinkWithLang: (url: string) => string | undefined;
@@ -37,7 +37,6 @@ export interface StaticProductSchema {
37
37
  setToggleState?: any;
38
38
  toggleState?: any;
39
39
  noTabs?: boolean;
40
- setProductIndex?: any;
41
40
  }
42
41
  export interface DynamicPriceSchema {
43
42
  priceCollection: any;
@@ -64,8 +63,6 @@ export interface StaticProductContainerSchema {
64
63
  setToggleState?: any;
65
64
  toggleState?: any;
66
65
  noTabs?: boolean;
67
- setProductIndex?: any;
68
- productIndex?: number;
69
66
  }
70
67
  export interface StaticProductDetailsSchema {
71
68
  content: any;