v8-ui-components
Version:
A component lib for v8 storefront apps
8 lines (7 loc) • 1.22 kB
TypeScript
import { ISmallBannerWithSupportingImageStyledProps, ISmallBannerWithSupportingImageContentWrapperStyledProps, IStandardContentBlock2StyledProps, IStandardContentBlock2ImgContainerStyledProps, IStandardContentBlock2ButtonWrapperStyledProps } from "./SmallBannerWithSupportingImage.interfaces";
export declare const StandardContentBlock2: import("styled-components").StyledComponent<"div", any, ISmallBannerWithSupportingImageStyledProps, never>;
export declare const StandardContentBlock2ImgContainer: import("styled-components").StyledComponent<"div", any, IStandardContentBlock2ImgContainerStyledProps, never>;
export declare const Atag: import("styled-components").StyledComponent<"a", any, {}, never>;
export declare const StandardContentBlock2HeadingText: import("styled-components").StyledComponent<"h2", any, IStandardContentBlock2StyledProps, never>;
export declare const StandardContentBlock2ButtonWrapper: import("styled-components").StyledComponent<"div", any, IStandardContentBlock2ButtonWrapperStyledProps, never>;
export declare const StandardContentBlock2ContentWrapper: import("styled-components").StyledComponent<"div", any, ISmallBannerWithSupportingImageContentWrapperStyledProps, never>;