This commit is contained in:
Franco Arza
2020-10-26 14:52:41 -03:00
parent 9a74f52b08
commit d46e32d0b9
2 changed files with 4 additions and 4 deletions

View File

@@ -12,8 +12,8 @@ interface Props {
children?: ReactNode[] | Component[] | any[]
product: ProductNode
variant?: 'slim' | 'simple'
imgWidth: number
imgHeight: number
imgWidth: number | string
imgHeight: number | string
priority?: boolean
}