Preparing search index...

    Common props shared across all modes

    type BaseProps = {
        testID: string;
        ingredients: ingredientTableElement[];
    }
    Index

    Properties

    Properties

    testID: string

    Unique identifier for testing and accessibility

    ingredients: ingredientTableElement[]

    Array of ingredient table elements to display/edit