A hook to check if the auto connect is in progress.
function Example() { const isAutoConnecting = useIsAutoConnecting(); return <div> ... </div>;}
function useIsAutoConnecting(): boolean;
let returnType: boolean;
A boolean indicating if the auto connect is in progress.