@sunrise-upc/mobile-prod-card 3.0.1 → 3.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  import { SetStateAction } from 'react';
2
- export declare const fetchStaticProductIds: (productList: any, productId: any) => any;
2
+ export declare const fetchStaticProductIds: (productList: any, productId: any, bundle4PProduct?: boolean) => any;
3
3
  export declare const checkGiftOrCashback: (data: any) => any;
4
4
  export declare const staticCreateCart: (setShowLoader: {
5
5
  (value: SetStateAction<boolean>): void;