@sunrise-upc/mobile-prod-card 1.0.36-beta.7 → 1.0.36-beta.8
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/components/ProductTeaser/ProductTeaser.d.ts +1 -0
- package/dist/cjs/components/ProductTeaser/ProductTeaserSlides.d.ts +1 -0
- package/dist/cjs/index.js +1 -1
- package/dist/esm/components/ProductTeaser/ProductTeaser.d.ts +1 -0
- package/dist/esm/components/ProductTeaser/ProductTeaserSlides.d.ts +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
@@ -39,6 +39,7 @@ export interface ProductTeaserSchema {
|
|
39
39
|
changeAddressClicked?: boolean;
|
40
40
|
offerDataCallBack?: (a: any, b: any, c?: string) => void;
|
41
41
|
productCallBack?: (a: string) => void;
|
42
|
+
tableSelectedTab?: string;
|
42
43
|
}
|
43
44
|
declare const ProductTeaser: FC<ProductTeaserSchema>;
|
44
45
|
export default ProductTeaser;
|
@@ -7,6 +7,7 @@ export interface ProductTeaserSlidesSchema {
|
|
7
7
|
offeringData: any;
|
8
8
|
lineCheckCallBack?: () => void;
|
9
9
|
setEnableToggle?: any;
|
10
|
+
tableSelectedTab?: string;
|
10
11
|
}
|
11
12
|
declare const ProductTeaserSlides: FC<ProductTeaserSlidesSchema>;
|
12
13
|
export default ProductTeaserSlides;
|