Files
Fluxup_PAP/node_modules/expo-image/build/ImageBackground.d.ts
2026-03-10 16:18:05 +00:00

4 lines
251 B
TypeScript

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