@sunrise-upc/mobile-prod-card 1.0.32 → 1.0.33
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 -2
- package/dist/cjs/components/lineTable/OrderButton.d.ts +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/esm/components/ProductTeaser/ProductTeaser.d.ts +1 -2
- package/dist/esm/components/lineTable/OrderButton.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -128,8 +128,7 @@ interface ProductTeaserSchema {
|
|
128
128
|
content: ProductTeaserCompSchema;
|
129
129
|
lineCheckCallBack?: () => void;
|
130
130
|
changeAddressClicked?: boolean;
|
131
|
-
offerDataCallBack?: (a: any, b: any
|
132
|
-
productCallBack?: (a: string) => void;
|
131
|
+
offerDataCallBack?: (a: any, b: any) => void;
|
133
132
|
}
|
134
133
|
declare const ProductTeaser: FC<ProductTeaserSchema>;
|
135
134
|
|