UNPKG

@dynamic-labs/sdk-react-core

Version:

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

7 lines (6 loc) 285 B
import { WalletConnectorProps } from '../../utils/hooks/useCreateWalletConnectorOptions'; type WalletConnectorEventsProps = { connectorProps: WalletConnectorProps; }; export declare const WalletConnectorEvents: ({ connectorProps, }: WalletConnectorEventsProps) => null; export {};