const useSignerStatus: (override?) => UseSignerStatusResult;Defined in: account-kit/react/dist/types/hooks/useSignerStatus.d.ts:17
Hook to get the signer status, optionally using an override configuration, useful if you’re building your own login.
import { useSignerStatus } from "@account-kit/react";
const signerStatus = useSignerStatus();| Parameter | Type | Description |
|---|---|---|
|
| optional configuration to override the default context. ref |
the current state of the signer. ref