@sunrise-upc/mobile-prod-card 1.0.31-beta.0 → 1.0.31-beta.2
Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts
CHANGED
@@ -128,7 +128,8 @@ interface ProductTeaserSchema {
|
|
128
128
|
content: ProductTeaserCompSchema;
|
129
129
|
lineCheckCallBack?: () => void;
|
130
130
|
changeAddressClicked?: boolean;
|
131
|
-
offerDataCallBack?: (a: any, b: any) => void;
|
131
|
+
offerDataCallBack?: (a: any, b: any, c?: string) => void;
|
132
|
+
productCallBack?: (a: string) => void;
|
132
133
|
}
|
133
134
|
declare const ProductTeaser: FC<ProductTeaserSchema>;
|
134
135
|
|
package/package.json
CHANGED