torque-pro-assistant - v1.0.0
    Preparing search index...
    interface PairStageProps {
        failed: boolean;
        onBack: () => void;
        onCancel: () => void;
        onConfirm: () => void;
        onRetry: () => void;
        onToggleTrust: () => void;
        picked: MockDevice;
        testId?: string;
        trust: boolean;
    }
    Index

    Properties

    failed: boolean
    onBack: () => void
    onCancel: () => void
    onConfirm: () => void
    onRetry: () => void
    onToggleTrust: () => void
    picked: MockDevice
    testId?: string
    trust: boolean