@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
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
|
131
|
+
offerDataCallBack?: (a: any, b: any) => void;
|
132
132
|
}
|
133
133
|
declare const ProductTeaser: FC<ProductTeaserSchema>;
|
134
134
|
|
@@ -136,6 +136,7 @@ interface ProductTableSchema {
|
|
136
136
|
content: any;
|
137
137
|
metadata: any;
|
138
138
|
setGenericErrorModalDetails: any;
|
139
|
+
loginSuccess?: boolean;
|
139
140
|
lineCheckCallBack?: () => void;
|
140
141
|
changeAddressClicked?: any;
|
141
142
|
}
|