UNPKG

@dynamic-labs/sdk-react-core

Version:

A React SDK for implementing wallet web3 authentication and authorization to your website.

3 lines (2 loc) 248 B
import { WalletConnector } from '@dynamic-labs/wallet-connector-core'; export declare const getEmbeddedWalletAuthHandler: (walletConnector: WalletConnector | undefined) => import("@dynamic-labs/wallet-connector-core").AuthenticatorRecoveryHandler;