mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 15:36:58 +00:00
Types
This commit is contained in:
parent
38f91db46e
commit
4438123bb0
@ -11,7 +11,7 @@ interface Props {
|
|||||||
product: Product
|
product: Product
|
||||||
variant?: 'slim' | 'simple'
|
variant?: 'slim' | 'simple'
|
||||||
imgProps?: Omit<ImageProps, 'src'>
|
imgProps?: Omit<ImageProps, 'src'>
|
||||||
noNameTag: boolean
|
noNameTag?: boolean
|
||||||
}
|
}
|
||||||
|
|
||||||
const placeholderImg = '/product-img-placeholder.svg'
|
const placeholderImg = '/product-img-placeholder.svg'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user