feat: CardFeaturedProduct

:%s
This commit is contained in:
unknown
2021-08-25 15:52:24 +07:00
parent 7a5c5657fe
commit 4677150ade
8 changed files with 124 additions and 3 deletions

View File

@@ -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
}