UNPKG

shopperman

Version:

shopping cart ui for shopify stores

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