UNPKG

v8-ui-components

Version:

A component lib for v8 storefront apps

25 lines (24 loc) 746 B
import * as React from "react"; import { IContextObject } from "./interfaces"; export declare const CMSComponentNames: { Carousel: string; CarouselSmall: string; Freeform: string; ContactUs: string; HeroBanner: string; Image: string; Video: string; VideoWithContent: string; ImageWithContent: string; ImageTextButton: string; SmallPromotion: string; SmallImageWithContent: string; LargePromotion: string; TwoBannerContainer: string; ThreeBannerContainer: string; Sale: string; SmallBannerWithBackgroundImage: string; SmallBannerWithSupportingImage: string; }; declare const SharedContext: React.Context<IContextObject>; export default SharedContext;