Interface: RecipeProps
Properties
category
• category: string
Defined in
packages/nextjs-kit/src/components/recipe.tsx:6
children
• Optional children: Element
Defined in
packages/nextjs-kit/src/components/recipe.tsx:13
imageProps
• Optional imageProps: Object
Type declaration
| Name | Type |
|---|---|
alt? | string |
src | string | StaticImport |
Defined in
packages/nextjs-kit/src/components/recipe.tsx:9
ingredients
• ingredients: string[]
Defined in
packages/nextjs-kit/src/components/recipe.tsx:7
instructions
• instructions: string
Defined in
packages/nextjs-kit/src/components/recipe.tsx:8
title
• title: string