@sunrise-upc/mobile-prod-card 1.0.26-beta.1 → 1.0.26

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
- declare const StickyProductAnchor: ({ content, offerData }: any) => JSX.Element;
2
+ declare const StickyProductAnchor: ({ content, offerData, lineCheckCallBack }: any) => JSX.Element;
3
3
  export default StickyProductAnchor;