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) 308 B
import type { FormType } from '../stores/form/types.js'; export declare const useTokens: (formType?: FormType, search?: string, chainId?: number) => { allTokens: { [chainId: number]: import("@lifi/sdk").TokenExtended[]; } | undefined; isLoading: boolean; isSearchLoading: boolean; };