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) 281 B
import type { FormType } from '../../stores/form/types.js'; export type UseTokenSelectArgs = { formType: FormType; onClick?: () => void; }; export declare const useTokenSelect: (formType: FormType, onClick?: () => void) => (tokenAddress: string, chainId?: number) => void;