sass-template-common 0.3.73 → 0.3.76

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -777,6 +777,8 @@ export declare const getPreloadImages: (list: NewListResponseData[], PRELOADED_I
777
777
 
778
778
  export declare const getPrevMeta: (config: Config, paths: Array<string>, page: number) => string;
779
779
 
780
+ export declare const getRelatedNewsCarrousel: (currentNew: NewListResponseData, internalPath: string, commonServices: CommonServices, imgSizes: any) => Promise<NewListResponseData[] | undefined>;
781
+
780
782
  export declare function getReportReasonLabel(reasonKey: ReportReasonKey): string;
781
783
 
782
784
  export declare function getResponse<T>(response: PromiseSettledResult<AxiosResponse<T>> | undefined): T | null;