UNPKG

@dynamic-labs/sdk-react-core

Version:

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

8 lines (7 loc) 272 B
/// <reference types="react" /> type ActiveWalletBalanceProps = { isLoading?: boolean; }; /** Component to display token balances for the primary wallet */ export declare const ActiveWalletBalance: ({ isLoading, }: ActiveWalletBalanceProps) => JSX.Element; export {};