UNPKG

@particle-network/connectkit

Version:
3 lines (2 loc) 264 B
import { type ChainIdParameter, type ChainType, type ClientType, type EVMChain } from '@particle-network/connector-core'; export declare function usePublicClient<chainType extends ChainType = EVMChain>(parameters?: ChainIdParameter): ClientType<chainType> | null;