torque-pro-assistant - v1.0.0
    Preparing search index...
    interface DoneStageProps {
        onClose: () => void;
        onFinish: () => void;
        picked: MockDevice;
        testId?: string;
    }
    Index

    Properties

    onClose: () => void
    onFinish: () => void
    picked: MockDevice
    testId?: string