@gataca/design-system 0.3.33 → 0.3.34
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.
package/dist/utils/images.d.ts
CHANGED
|
@@ -4,5 +4,3 @@
|
|
|
4
4
|
* which is more efficient than downloading the entire image content.
|
|
5
5
|
*/
|
|
6
6
|
export declare function canGetImage(url: string): Promise<boolean>;
|
|
7
|
-
export declare const getImageFormat: (uri: string) => string | null | undefined;
|
|
8
|
-
export declare const isFormatSupported: (format: string | null | undefined) => boolean | "" | null | undefined;
|