4 lines
251 B
TypeScript
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
|