UNPKG

@particle-network/connectkit

Version:
7 lines (6 loc) 300 B
import type { AuthConnectParams, PasskeyParams } from '../actions/connect'; import type { WalletProps } from './useWalletsProps'; export declare const useConnectWithWallet: () => (walletProps: WalletProps, params?: { passkeyParams?: PasskeyParams; authParams?: AuthConnectParams; }) => void;