UNPKG

@dynamic-labs/sdk-react-core

Version:

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

8 lines (7 loc) 239 B
import { FC } from 'react'; export type EmailVerificationProps = { isEmailRecoveryFlow?: boolean; showRetryButton?: boolean; showTransferMessage?: boolean; }; export declare const EmailVerification: FC<EmailVerificationProps>;