UNPKG

@georstat/react-native-image-cache

Version:

React Native image file system caching for iOS and Android

13 lines 338 B
import React from 'react'; import { IProps } from './types'; declare const defaultProps: { onError: () => void; }; declare const CachedImage: { (props: IProps & typeof defaultProps): React.JSX.Element; defaultProps: { onError: () => void; }; }; export default CachedImage; //# sourceMappingURL=CachedImage.d.ts.map