Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
useDisconnect – HyperGate
Skip to content

useDisconnect

Hook to disconnect the current user.

Usage

 
import { useDisconnect } from "@hyper-gate/react";
 
export function App() {
  const { 
const disconnect: DisconnectMutate<unknown>
disconnect
} = useDisconnect();
}