wagmi
Version:
React Hooks for Ethereum
7 lines • 449 B
TypeScript
import { type GetConnectionsReturnType } from '@wagmi/core';
import type { ConfigParameter } from '../types/properties.js';
export type UseConnectionsParameters = ConfigParameter;
export type UseConnectionsReturnType = GetConnectionsReturnType;
/** https://wagmi.sh/react/api/hooks/useConnections */
export declare function useConnections(parameters?: UseConnectionsParameters): UseConnectionsReturnType;
//# sourceMappingURL=useConnections.d.ts.map