UNPKG

@dynamic-labs/sdk-react-core

Version:

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

8 lines (7 loc) 201 B
import { FC } from 'react'; interface AuthChoiceInfoProps { choice: 'passkey'; variant?: 'noEmailSignup' | 'default'; } export declare const AuthChoiceInfo: FC<AuthChoiceInfoProps>; export {};