@sunrise-upc/mobile-prod-card 1.0.31-beta.0 → 1.0.31-beta.1
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,7 @@ 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
132
|
}
|
133
133
|
declare const ProductTeaser: FC<ProductTeaserSchema>;
|
134
134
|
|
package/package.json
CHANGED