UNPKG

v8-ui-components

Version:

A component lib for v8 storefront apps

6 lines (5 loc) 297 B
/// <reference types="react" /> import { IImageWithContentProps } from "./ImageWithContent.interfaces"; declare const ImageWithContent: (rawProps: IImageWithContentProps) => JSX.Element; export default ImageWithContent; export declare const ImageWithContentTestId = "ImageWithContentTestId";