UNPKG

v8-ui-components

Version:

A component lib for v8 storefront apps

16 lines (15 loc) 511 B
import { IThemeInterface } from "v8-theme-interfaces/lib/theme.interfaces"; import { IViewportTypes } from "../TwoBannerContainer/TwoBannerContainer.interfaces"; export interface IThreeBannerContainerSingleStyledProps { theme: IThemeInterface; } export interface IThreeBannerContainerStyledProps { } export interface IThreeBannerContainerProps { items: any[]; } export interface IThreeBannerContainerState { maxHeight: string; isInContainer: true; viewport: IViewportTypes; }