UNPKG

@dynamic-labs/sdk-react-core

Version:

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

9 lines (8 loc) 275 B
import { FC, PropsWithChildren, ReactElement } from 'react'; type WalletGroupViewLayoutProps = { title: string; titleCopyKey: string; icon: ReactElement; }; export declare const WalletGroupViewLayout: FC<PropsWithChildren<WalletGroupViewLayoutProps>>; export {};