Files
Fluxup_PAP/node_modules/expo-asset/build/ImageAssets.d.ts
2026-03-10 16:18:05 +00:00

9 lines
267 B
TypeScript

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