@sunrise-upc/mobile-prod-card 1.0.33 → 1.0.34-beta.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -37,7 +37,8 @@ export interface ProductTeaserSchema {
|
|
37
37
|
content: ProductTeaserCompSchema;
|
38
38
|
lineCheckCallBack?: () => void;
|
39
39
|
changeAddressClicked?: boolean;
|
40
|
-
offerDataCallBack?: (a: any, b: any) => void;
|
40
|
+
offerDataCallBack?: (a: any, b: any, c?: string) => void;
|
41
|
+
productCallBack?: (a: string) => void;
|
41
42
|
}
|
42
43
|
declare const ProductTeaser: FC<ProductTeaserSchema>;
|
43
44
|
export default ProductTeaser;
|