torque-pro-assistant - v1.0.0
    Preparing search index...
    interface ModalProps {
        initialStage: PairingStage;
        onClose: () => void;
        testId?: string;
    }
    Index

    Properties

    initialStage: PairingStage
    onClose: () => void
    testId?: string