Preparing search index...

    Props for recipe type button

    type propIsRecipe = {
        type: "recipe";
        recipe: recipeTableElement;
    }
    Index

    Properties

    Properties

    type: "recipe"