UNPKG

shopperman

Version:

shopping cart ui for shopify stores

10 lines (9 loc) 241 B
import { Cart } from "../stores/cart"; import { Product } from "../stores/product"; export interface ProductDisplayProps { cart: Cart; product: Product; buttonText1?: string; buttonText2?: string; buttonTitle?: string; }