UNPKG

@dynamic-labs/sdk-react-core

Version:

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

8 lines (7 loc) 281 B
import { FC } from 'react'; import { WalletOption } from '../../shared/types'; type SelectWalletInWalletGroupViewProps = { onSelectWallet: (wallet: WalletOption) => void; }; export declare const SelectWalletInWalletGroupView: FC<SelectWalletInWalletGroupViewProps>; export {};