mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
✨ feat: CardFeaturedProduct
:%s
This commit is contained in:
@@ -4,4 +4,12 @@ export interface ProductProps {
|
||||
weight: string
|
||||
price: string
|
||||
imageSrc: string
|
||||
}
|
||||
|
||||
export interface FeaturedProductProps {
|
||||
title: string
|
||||
subTitle: string
|
||||
originPrice: string
|
||||
price: string
|
||||
imageSrc: string
|
||||
}
|
Reference in New Issue
Block a user