This commit is contained in:
Luis Alvarez
2020-10-26 17:16:27 -05:00
13 changed files with 42 additions and 22 deletions

View File

@@ -11,8 +11,8 @@ interface Props {
className?: string
product: ProductNode
variant?: 'slim' | 'simple'
imgWidth: number
imgHeight: number
imgWidth: number | string
imgHeight: number | string
priority?: boolean
}