UNPKG

@dynamic-labs/sdk-react-core

Version:

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

5 lines (4 loc) 134 B
import { UserProfile } from '@dynamic-labs/types'; export type UserEvents = { userProfileUpdated: (user: UserProfile) => void; };