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

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,6 +6,7 @@ export interface ProductTeaserSlidesSchema {
6
6
  index: number;
7
7
  offeringData: any;
8
8
  lineCheckCallBack?: () => void;
9
+ setEnableToggle?: any;
9
10
  }
10
11
  declare const ProductTeaserSlides: FC<ProductTeaserSlidesSchema>;
11
12
  export default ProductTeaserSlides;