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

Sign up to get free protection for your applications and to get access to all the features.
@@ -37,6 +37,7 @@ export interface StaticProductSchema {
37
37
  setToggleState?: any;
38
38
  toggleState?: any;
39
39
  noTabs?: boolean;
40
+ setProductIndex?: any;
40
41
  }
41
42
  export interface DynamicPriceSchema {
42
43
  priceCollection: any;
@@ -63,6 +64,8 @@ export interface StaticProductContainerSchema {
63
64
  setToggleState?: any;
64
65
  toggleState?: any;
65
66
  noTabs?: boolean;
67
+ setProductIndex?: any;
68
+ productIndex?: number;
66
69
  }
67
70
  export interface StaticProductDetailsSchema {
68
71
  content: any;