v8-ui-components
Version:
A component lib for v8 storefront apps
46 lines (45 loc) • 5.33 kB
TypeScript
import Carousel from "./components/Carousel/Carousel";
import { ICarouselProps } from "./components/Carousel/Carousel.interfaces";
import ContactUs from "./components/ContactUs/ContactUs";
import { IContactUsProps } from "./components/ContactUs/ContactUs.interfaces";
import HeroBanner from "./components/LargeComponents/HeroBanner/HeroBanner";
import { IHeroBannerComponentProps } from "./components/LargeComponents/HeroBanner/HeroBanner.interfaces";
import TwoBannerContainer from "./components/LargeComponents/TwoBannerContainer/TwoBannerContainer";
import { ITwoBannerContainerProps } from "./components/LargeComponents/TwoBannerContainer/TwoBannerContainer.interfaces";
import ThreeBannerContainer from "./components/LargeComponents/ThreeBannerContainer/ThreeBannerContainer";
import { IThreeBannerContainerProps } from "./components/LargeComponents/ThreeBannerContainer/ThreeBannerContainer.interfaces";
import Image from "./components/SmallComponents/Image/Image";
import { IImageProps } from "./components/SmallComponents/Image/Image.interfaces";
import ImageTextButton from "./components/SmallComponents/ImageTextButton/ImageTextButton";
import { IImageTextButtonProps } from "./components/SmallComponents/ImageTextButton/ImageTextButton.interfaces";
import ImageWithContent from "./components/SmallComponents/ImageWithContent/ImageWithContent";
import { IImageWithContentProps } from "./components/SmallComponents/ImageWithContent/ImageWithContent.interfaces";
import Sale from "./components/Sale/Sale";
import { ISaleProps } from "./components/Sale/Sale.interfaces";
import SmallBannerWithBackgroundImage from "./components/SmallComponents/SmallBannerWithBackgroundImage/SmallBannerWithBackgroundImage";
import { ISmallBannerWithBackgroundImageProps } from "./components/SmallComponents/SmallBannerWithBackgroundImage/SmallBannerWithBackgroundImage.interfaces";
import SmallBannerWithSupportingImage from "./components/SmallComponents/SmallBannerWithSupportingImage/SmallBannerWithSupportingImage";
import { ISmallBannerWithSupportingImageProps } from "./components/SmallComponents/SmallBannerWithSupportingImage/SmallBannerWithSupportingImage.interfaces";
import SmallImageWithContent from "./components/SmallComponents/SmallImageWithContent/SmallImageWithContent";
import { ISmallImageWithContentProps } from "./components/SmallComponents/SmallImageWithContent/SmallImageWithContent.interfaces";
import Video from "./components/SmallComponents/Video/Video";
import { IVideoProps } from "./components/SmallComponents/Video/Video.interfaces";
import VideoWithContent from "./components/SmallComponents/VideoWithContent/VideoWithContent";
import { IVideoWithContentProps } from "./components/SmallComponents/VideoWithContent/VideoWithContent.interfaces";
import V8ComponentProvider from "./components/V8ComponentProvider/V8ComponentProvider";
import { V8ComponentProviderTypes } from "./components/V8ComponentProvider/V8ComponentProvider.interfaces";
import PageTopper5050Split from "./components/LargeComponents/PageTopper5050Split/PageTopper5050Split";
import { IPageTopper505SplitProps } from "./components/LargeComponents/PageTopper5050Split/PageTopper5050Split.interfaces";
import PageTopperWithFullBackground from "./components/LargeComponents/PageTopperWithFullBackground/PageTopperWithFullBackground";
import { IPageTopperWithFullBackgroundProps } from "./components/LargeComponents/PageTopperWithFullBackground/PageTopperWithFullBackground.interfaces";
import LargeCarousel from "./components/LargeComponents/LargeCarousel/LargeCarousel";
import { ILargeCarouselProps } from "./components/LargeComponents/LargeCarousel/LargeCarousel.interfaces";
import SmallCarousel from "./components/LargeComponents/SmallCarousel/SmallCarousel";
import { ISmallCarouselProps } from "./components/LargeComponents/SmallCarousel/SmallCarousel.interfaces";
import Row from "./components/LargeComponents/Row/Row";
import { IRowProps } from "./components/LargeComponents/Row/Row.interfaces";
import LargePromotion from "./components/LargeComponents/LargePromotion/LargePromotion";
import { ILargePromotionProps } from "./components/LargeComponents/LargePromotion/LargePromotion.interfaces";
import SmallPromotion from "./components/SmallComponents/SmallPromotion/SmallPromotion";
import { ISmallPromotionProps } from "./components/SmallComponents/SmallPromotion/SmallPromotion.interfaces";
export { Carousel, ICarouselProps, ContactUs, IContactUsProps, HeroBanner, IHeroBannerComponentProps, LargeCarousel, ILargeCarouselProps, SmallCarousel, ISmallCarouselProps, Image, IImageProps, ImageTextButton, IImageTextButtonProps, ImageWithContent, IImageWithContentProps, Sale, ISaleProps, SmallBannerWithBackgroundImage, ISmallBannerWithBackgroundImageProps, SmallBannerWithSupportingImage, ISmallBannerWithSupportingImageProps, SmallImageWithContent, ISmallImageWithContentProps, TwoBannerContainer, ITwoBannerContainerProps, ThreeBannerContainer, IThreeBannerContainerProps, Video, IVideoProps, VideoWithContent, IVideoWithContentProps, V8ComponentProvider, V8ComponentProviderTypes, PageTopper5050Split, IPageTopper505SplitProps, PageTopperWithFullBackground, IPageTopperWithFullBackgroundProps, Row, IRowProps, LargePromotion, ILargePromotionProps, SmallPromotion, ISmallPromotionProps };