Preparing search index...
    type DiscoveryFooterProps = {
        error: string | null;
        selectedCount: number;
        onContinue: () => void;
        testID: string;
    }
    Index

    Properties

    error: string | null
    selectedCount: number
    onContinue: () => void
    testID: string