UNPKG

react-native-flip

Version:
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 {};