@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.
- package/dist/cjs/components/StaticLineTable/StaticProductDatatypes.d.ts +0 -3
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/utils/utils.d.ts +1 -0
- package/dist/esm/components/StaticLineTable/StaticProductDatatypes.d.ts +0 -3
- package/dist/esm/index.js +1 -1
- package/dist/esm/utils/utils.d.ts +1 -0
- package/package.json +1 -1
@@ -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;
|