mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Grid and Marquee Updated
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import cn from 'classnames'
|
||||
import s from './ProductCard.module.css'
|
||||
import { FC } from 'react'
|
||||
import { FC, ReactNode, Component } from 'react'
|
||||
import { Heart } from '@components/icon'
|
||||
import Link from 'next/link'
|
||||
|
||||
interface Props {
|
||||
className?: string
|
||||
children?: any
|
||||
children?: ReactNode[] | Component[] | any[]
|
||||
node: ProductData
|
||||
variant?: 'slim'
|
||||
}
|
||||
|
Reference in New Issue
Block a user