denwa-web-shared 1.0.58 → 1.0.59
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.
|
@@ -7,7 +7,7 @@ import { PictureData } from '../types/picture-data';
|
|
|
7
7
|
* @param ext - Расширение исходного fallback-файла (по умолчанию 'jpg')
|
|
8
8
|
* @return Объект PictureData со всеми нужными форматами
|
|
9
9
|
*/
|
|
10
|
-
export declare const getImageData: (basePath: string, filename: string, ext: "jpg" | "png") => PictureData;
|
|
10
|
+
export declare const getImageData: (basePath: string, filename: string, ext: "jpg" | "png" | "jpeg") => PictureData;
|
|
11
11
|
/**
|
|
12
12
|
* @description Получить Intl для нужного языка
|
|
13
13
|
* @param locale - Локаль
|