UNPKG

@nazabalm/widget

Version:

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

10 lines (9 loc) 427 B
import type { FormType } from '../stores/form/types.js'; import type { TokenAmount } from '../types/token.js'; export declare const useTokens: (selectedChainId?: number, formType?: FormType) => { tokens: import("@lifi/sdk").Token[] | undefined; featuredTokens: TokenAmount[] | undefined; popularTokens: TokenAmount[] | undefined; chain: import("@lifi/sdk").ExtendedChain | undefined; isLoading: boolean; };