UNPKG

@dynamic-labs/sdk-react-core

Version:

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

4 lines (3 loc) 230 B
import { NextViewEnum } from '@dynamic-labs/sdk-api-core'; import { OtpDestination } from '@dynamic-labs/types'; export declare const getVerificationDestinationFromNextView: (nextView: NextViewEnum) => OtpDestination | undefined;