Preparing search index...
    type NutritionEditFormProps = {
        portionWeight: number;
        onPortionWeightChange: (weight: number) => void;
        onRemoveNutrition?: () => void;
        showRemoveButton?: boolean;
        testId: string;
    }
    Index

    Properties

    portionWeight: number
    onPortionWeightChange: (weight: number) => void
    onRemoveNutrition?: () => void
    showRemoveButton?: boolean
    testId: string