Preparing search index...

    Props for editable numeric input mode

    type RecipeNumberEditProps = {
        editType: "editable";
        textEditable: number;
        setTextToEdit: React.Dispatch<React.SetStateAction<number>>;
    }
    Index

    Properties

    editType: "editable"
    textEditable: number

    Current numeric value being edited

    setTextToEdit: React.Dispatch<React.SetStateAction<number>>

    State setter for updating the numeric value