UNPKG

@lifi/widget

Version:

LI.FI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.

9 lines (8 loc) 396 B
import type { TokenDetailsSheetBase } from './types.js'; interface TokenDetailsSheetContentProps { tokenAddress: string | undefined; chainId: number | undefined; withoutContractAddress: boolean; } export declare const TokenDetailsSheetContent: import("react").ForwardRefExoticComponent<TokenDetailsSheetContentProps & import("react").RefAttributes<TokenDetailsSheetBase>>; export {};