v8-ui-components
Version:
A component lib for v8 storefront apps
8 lines (7 loc) • 1.07 kB
TypeScript
import { ICmsVideoStyledProps, IVideoWithContentHeadingTextStyledProps, IVideoWithContentStyledProps, IVideoWithContentSubHeadingTextStyledProps, IVideoWithContentTextWrapperStyledProps } from "./VideoWithContent.interfaces";
export declare const VideoWithContent: import("styled-components").StyledComponent<"div", any, IVideoWithContentStyledProps, never>;
export declare const VideoWithContentTextWrapper: import("styled-components").StyledComponent<"div", any, IVideoWithContentTextWrapperStyledProps, never>;
export declare const VideoWithContentButtonWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const VideoWithContentHeadingText: import("styled-components").StyledComponent<"h2", any, IVideoWithContentHeadingTextStyledProps, never>;
export declare const VideoWithContentSubHeadingText: import("styled-components").StyledComponent<"h4", any, IVideoWithContentSubHeadingTextStyledProps, never>;
export declare const CmsVideo: import("styled-components").StyledComponent<"iframe", any, ICmsVideoStyledProps, never>;