@sunrise-upc/mobile-prod-card 1.0.31-beta.1 → 1.0.31
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 -1
- package/dist/cjs/components/lineTable/lineTable.types.d.ts +1 -0
- package/dist/cjs/index.js +1 -1
- package/dist/esm/components/ProductTeaser/ProductTeaser.d.ts +1 -1
- package/dist/esm/components/lineTable/lineTable.types.d.ts +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +2 -1
- package/package.json +1 -1
@@ -37,7 +37,7 @@ export interface ProductTeaserSchema {
|
|
37
37
|
content: ProductTeaserCompSchema;
|
38
38
|
lineCheckCallBack?: () => void;
|
39
39
|
changeAddressClicked?: boolean;
|
40
|
-
offerDataCallBack?: (a: any, b: any
|
40
|
+
offerDataCallBack?: (a: any, b: any) => void;
|
41
41
|
}
|
42
42
|
declare const ProductTeaser: FC<ProductTeaserSchema>;
|
43
43
|
export default ProductTeaser;
|