Preparing search index...

    Props for the RecipeText component

    type RecipeTextProps = {
        rootText: TextProp;
        addOrEditProps?: RecipeTextAddOrEditProps;
        testID?: string;
    }
    Index

    Properties

    rootText: TextProp

    Text configuration and styling

    addOrEditProps?: RecipeTextAddOrEditProps

    Optional editing configuration

    testID?: string

    Unique identifier for testing and accessibility