v8-ui-components
Version:
A component lib for v8 storefront apps
6 lines (5 loc) • 395 B
TypeScript
/// <reference types="react" />
import { ISmallBannerWithSupportingImageProps } from "./SmallBannerWithSupportingImage.interfaces";
declare const SmallBannerWithSupportingImage: (rawProps: ISmallBannerWithSupportingImageProps) => JSX.Element;
export default SmallBannerWithSupportingImage;
export declare const SmallBannerWithSupportingImageTestId = "SmallBannerWithSupportingImageTestId";