UNPKG

react-web-native-sketch

Version:

[TODO: We need an overview of how this can be used via npm vs as a local package]

10 lines (9 loc) 248 B
import * as React from "react"; interface Props { style?: any; resizeMode?: "center" | "stretch" | "cover" | "contain" | "repeat"; source?: any; icon: any; } export declare const NetworkImage: React.ComponentType<Props>; export {};