UNPKG

v8-ui-components

Version:

A component lib for v8 storefront apps

9 lines (8 loc) 226 B
import { IThemeInterface } from "v8-theme-interfaces/lib/theme.interfaces"; export interface IContextObject { logger: any; theme: IThemeInterface; componentNames: { [name: string]: string; }; }