@sunrise-upc/mobile-prod-card 1.2.5-beta.7 → 1.2.5-beta.8
Sign up to get free protection for your applications and to get access to all the features.
@@ -8,4 +8,4 @@ export declare const staticCreateCart: (setShowLoader: {
|
|
8
8
|
export declare const findHeight: (tabIndex: number, cardsLength: number) => void;
|
9
9
|
export declare const combineWithSmartPhone: (showPrice: any, storyContent: any, uniqueProductData: any) => void;
|
10
10
|
export declare const fetchServiceOptions: (entitlement: any, isMobileFlow: boolean) => any;
|
11
|
-
export declare const fetchPrice: (product: any, isMobileFlow: boolean, isConfigurator?: boolean) => any;
|
11
|
+
export declare const fetchPrice: (product: any, isMobileFlow: boolean, pageType?: string, isConfigurator?: boolean) => any;
|