sass-template-common 0.0.45 → 0.0.46

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.
@@ -705,7 +705,7 @@ export declare const getNextMeta: (config: Config, paths: Array<string>, page: n
705
705
 
706
706
  export declare const getPage: (pathname: string) => number;
707
707
 
708
- export declare const getPreloadImages: (list: NewListResponseData[]) => PreloadImage[];
708
+ export declare const getPreloadImages: (list: NewListResponseData[], PRELOADED_IMAGES_AMOUNT?: number) => PreloadImage[];
709
709
 
710
710
  export declare const getPrevMeta: (config: Config, paths: Array<string>, page: number) => string;
711
711