UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

9 lines (8 loc) 234 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 {};