UNPKG

@dynamic-labs/sdk-react-core

Version:

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

8 lines (7 loc) 234 B
/// <reference types="react" /> import { Chain } from '@dynamic-labs/wallet-connector-core'; type Props = { chain?: Chain; }; export declare const DynamicBridgeWidgetEmptyCard: ({ chain }: Props) => JSX.Element | null; export {};