Preparing search index...
    interface RecipeSourceUrlProps {
        sourceUrl: string;
        onCopied?: () => void;
        testID?: string;
    }
    Index

    Properties

    sourceUrl: string

    The URL to display and copy

    onCopied?: () => void

    Callback fired after the URL is copied to clipboard

    testID?: string

    Test ID prefix for component testing