Preparing search index...

    Props for the ProviderLogo component

    type ProviderLogoProps = {
        logoUrl: string;
        testID: string;
        size?: number;
    }
    Index

    Properties

    Properties

    logoUrl: string

    URL of the provider's logo image

    testID: string

    Unique identifier for testing

    size?: number

    Size of the logo in pixels (default: 40)