UNPKG

v8-ui-product-cards

Version:

A product-card component lib for v8 storefront apps

7 lines (6 loc) 175 B
import { IThemeInterface } from "v8-theme-interfaces/lib/theme.interfaces"; export interface IContextObject { logger: any; theme: IThemeInterface; t: any; }