v8-ui-components
Version:
A component lib for v8 storefront apps
5 lines (4 loc) • 381 B
TypeScript
import { ISmallCarouselProps } from "../../components/LargeComponents/SmallCarousel/SmallCarousel.interfaces";
import { ISmallPromotionProps } from "../../components/SmallComponents/SmallPromotion/SmallPromotion.interfaces";
export declare const TAIPropsSmallPromotionInContainer: Partial<ISmallPromotionProps>;
export declare const TAIPropsSmallCarousel: ISmallCarouselProps;