UNPKG

@dynamic-labs/sdk-react-core

Version:

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

6 lines (5 loc) 190 B
/// <reference types="react" /> export type FarcasterConnectViewProps = { url: string; }; export declare const FarcasterConnectView: ({ url }: FarcasterConnectViewProps) => JSX.Element;