torque-pro-assistant - v1.0.0
    Preparing search index...
    interface ScanStageProps {
        onCancel: () => void;
        onContinue: () => void;
        onPick: (device: MockDevice) => void;
        onStop: () => void;
        picked: MockDevice | null;
        progress: number;
        testId?: string;
        visibleDevices: readonly MockDevice[];
    }
    Index

    Properties

    onCancel: () => void
    onContinue: () => void
    onPick: (device: MockDevice) => void
    onStop: () => void
    picked: MockDevice | null
    progress: number
    testId?: string
    visibleDevices: readonly MockDevice[]