UNPKG

v8-ui-components

Version:

A component lib for v8 storefront apps

11 lines (10 loc) 499 B
import { ICarouselWrapperStyledProps } from "./Carousel.interfaces"; export declare const previewFlexScreenWidth = 18; export declare const previewFlexItemWidth: { desktop: number; largeMobile: number; mobile: number; tablet: number; }; export declare const CarouselWrapper: import("styled-components").StyledComponent<"div", any, ICarouselWrapperStyledProps, never>; export declare const CarouselFrame: import("styled-components").StyledComponent<"div", any, any, never>;