UNPKG

@dynamic-labs/sdk-react-core

Version:

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

7 lines (6 loc) 255 B
import { FC } from 'react'; export type DynamicUserProfileProps = { variant?: 'modal' | 'dropdown'; }; export declare const DynamicUserProfile: FC<DynamicUserProfileProps>; export declare const ShadowedDynamicUserProfile: FC<DynamicUserProfileProps>;