v8-ui-components
Version:
A component lib for v8 storefront apps
6 lines (5 loc) • 483 B
TypeScript
import { ILargeCarouselConnectedProps, ILargeCarouselProps } from "../../components/LargeComponents/LargeCarousel/LargeCarousel.interfaces";
import { ILargePromotionProps } from "../../components/LargeComponents/LargePromotion/LargePromotion.interfaces";
export declare const TAIPropsLargePromotionInContainer: Partial<ILargePromotionProps>;
export declare const CarouselReduxProps: ILargeCarouselConnectedProps;
export declare const TAIPropsLargeCarousel: ILargeCarouselProps;