mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
build performance improvements (#384)
* performance improvements * enable incremental typechecking * upgrade dependencies * remove unused dependencies
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