UNPKG

@dynamic-labs/sdk-react-core

Version:

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

10 lines (9 loc) 263 B
/// <reference types="react" /> import { Icon } from '../../shared'; interface WalletHelpLinkProps { Icon: Icon; link: string; name: string; } export declare const WalletHelpLink: ({ name, link, Icon }: WalletHelpLinkProps) => JSX.Element; export {};