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.

7 lines (6 loc) 296 B
import type { FormType } from '../stores/form/types.js'; import type { TokenAmount } from '../types/token.js'; export declare const useTokenSearch: (chainId?: number, tokenQuery?: string, enabled?: boolean, formType?: FormType) => { token: TokenAmount | undefined; isLoading: boolean; };