Disconnect from given account
import { useDisconnect } from "thirdweb/react"; function Example() { const { disconnect } = useDisconnect(); return ( <button onClick={() => disconnect(account)}>Disconnect</button> );}
An object with a function to disconnect an account