Preparing search index...

    Props for add mode with modal functionality

    type RecipeTextAddProps = {
        editType: "add";
        openModal: () => void;
    }
    Index

    Properties

    Properties

    editType: "add"
    openModal: () => void

    Function to open the OCR scanning modal