@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.
@@ -37,8 +37,7 @@ export interface ProductTeaserSchema {
37
37
  content: ProductTeaserCompSchema;
38
38
  lineCheckCallBack?: () => void;
39
39
  changeAddressClicked?: boolean;
40
- offerDataCallBack?: (a: any, b: any, c?: string) => void;
41
- productCallBack?: (a: string) => void;
40
+ offerDataCallBack?: (a: any, b: any) => void;
42
41
  }
43
42
  declare const ProductTeaser: FC<ProductTeaserSchema>;
44
43
  export default ProductTeaser;
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
- declare const OrderButton: ({ content, isMobileFlow, sbStaticConstants, address, isAvailable, showPrice, createCartCall }: any) => JSX.Element;
2
+ declare const OrderButton: ({ content, isMobileFlow, sbStaticConstants, address, isAvailable, showPrice, createCartCall, updatedContent }: any) => JSX.Element;
3
3
  export default OrderButton;