Preparing search index...

    Props for add mode with OCR and manual options

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

    Properties

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

    Callback to open OCR scanning modal

    manuallyFill: () => void

    Callback to enable manual input mode