mirror of
https://github.com/vercel/commerce.git
synced 2025-07-25 11:11:24 +00:00
performance improvements
This commit is contained in:
@@ -11,7 +11,7 @@ interface Props {
|
||||
className?: string
|
||||
product: Product
|
||||
noNameTag?: boolean
|
||||
imgProps?: Omit<ImageProps, 'src'>
|
||||
imgProps?: Omit<ImageProps, 'src' | 'layout' | 'placeholder' | 'blurDataURL'>
|
||||
variant?: 'default' | 'slim' | 'simple'
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user