mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Fixed more types
This commit is contained in:
@@ -7,7 +7,8 @@ import Image, { ImageProps } from 'next/image'
|
||||
|
||||
interface Props {
|
||||
className?: string
|
||||
product: Product
|
||||
// TODO: use the product type here
|
||||
product: any
|
||||
variant?: 'slim' | 'simple'
|
||||
imgProps?: Omit<ImageProps, 'src'>
|
||||
}
|
||||
|
Reference in New Issue
Block a user