UNPKG

@dynamic-labs/sdk-react-core

Version:

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

5 lines (4 loc) 299 B
import { FC } from 'react'; import { MergeAccountsConfirmationErrorProps } from '@dynamic-labs/utils'; export type MergeUserAccountsViewProps = Pick<MergeAccountsConfirmationErrorProps, 'mergeConflicts' | 'walletAddress'>; export declare const MergeUserAccountsView: FC<MergeUserAccountsViewProps>;