UNPKG

expo-asset

Version:

An Expo universal module to download assets and pass them into other APIs

9 lines 275 B
declare type ImageInfo = { name: string; width: number; height: number; }; export declare function isImageType(type: string): boolean; export declare function getImageInfoAsync(url: string): Promise<ImageInfo>; export {}; //# sourceMappingURL=ImageAssets.d.ts.map