Preparing search index...
    type NutritionEmptyStateProps = {
        onButtonPressed: () => void;
        mode: "add" | "ocr";
        parentTestId?: string;
    }
    Index

    Properties

    onButtonPressed: () => void
    mode: "add" | "ocr"
    parentTestId?: string