mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
enhance: link card blog
This commit is contained in:
@@ -24,4 +24,11 @@ export interface RecipeProps {
|
||||
imageSrc: string
|
||||
}
|
||||
|
||||
export interface BlogProps {
|
||||
title: string
|
||||
slug: string
|
||||
description: string
|
||||
imageSrc: string
|
||||
}
|
||||
|
||||
export type MouseAndTouchEvent = MouseEvent | TouchEvent
|
Reference in New Issue
Block a user