UNPKG

@dynamic-labs/sdk-react-core

Version:

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

7 lines (6 loc) 238 B
/// <reference types="react" /> export type DuplicateWalletViewProps = { onReturn: (initiatedByWidget: boolean) => void; initiatedByWidget: boolean; }; export declare const DuplicateWalletView: React.FC<DuplicateWalletViewProps>;