UNPKG

@dynamic-labs/sdk-react-core

Version:

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

4 lines (3 loc) 321 B
import { IEmailOTPWalletConnector } from '@dynamic-labs/wallet-connector-core'; import { ProviderHandler } from '../types'; export declare const createMagicHandler: (connector: IEmailOTPWalletConnector | undefined, handleInstalledExtensionClick: (connector: IEmailOTPWalletConnector) => void) => ProviderHandler<string>;