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.

7 lines (6 loc) 300 B
import type { TokenDetailsSheetBase } from './types.js'; interface TokenDetailsSheetProps { chainId: number | undefined; } export declare const TokenDetailsSheet: import("react").ForwardRefExoticComponent<TokenDetailsSheetProps & import("react").RefAttributes<TokenDetailsSheetBase>>; export {};