UNPKG

expo-image

Version:

A cross-platform, performant image component for React Native and Expo with Web support

4 lines 251 B
import React from 'react'; import { ImageBackgroundProps } from './Image.types'; export declare function ImageBackground({ style, imageStyle, children, ...props }: ImageBackgroundProps): React.JSX.Element; //# sourceMappingURL=ImageBackground.d.ts.map