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