enhance: link card blog

This commit is contained in:
lytrankieio123
2021-09-08 16:16:53 +07:00
parent ac5de0d4b5
commit 24e0173619
3 changed files with 29 additions and 16 deletions

View File

@@ -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