UNPKG

v8-ui-components

Version:

A component lib for v8 storefront apps

10 lines (9 loc) 1.24 kB
/// <reference types="react" /> import { ISmallImageWithContentWrapperStyledProps, ISmallImageWithContentContainerStyledProps, IStackedContentBlockWrapperStyledProps } from "./SmallImageWithContent.interfaces"; export declare const StackedContentBlockWrapper: import("styled-components").StyledComponent<"div", any, IStackedContentBlockWrapperStyledProps, never>; export declare const StackedContentBlockContentWrapper: import("styled-components").StyledComponent<"div", any, ISmallImageWithContentWrapperStyledProps, never>; export declare const StackedContentBlockImageLinkWrapper: import("styled-components").StyledComponent<(props: import("v8-ui-atoms").ILinkProps) => JSX.Element, any, {}, never>; export declare const StackedContentBlockImageContainer: import("styled-components").StyledComponent<"div", any, ISmallImageWithContentContainerStyledProps, never>; export declare const StackedContentBlockHeadingText: import("styled-components").StyledComponent<"h2", any, {}, never>; export declare const StackedContentBlockBodyText: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const StackedContentBlockButtonWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;