UNPKG

v8-ui-components

Version:

A component lib for v8 storefront apps

8 lines (7 loc) 254 B
import { IThemeInterface } from "v8-theme-interfaces/lib/theme.interfaces"; export declare type ISaleComponentProps = ISaleProps & ISaleStyledProps; export interface ISaleProps { } export interface ISaleStyledProps { theme: IThemeInterface; }