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) 252 B
import type { FormType } from '../../stores/form/types.js'; interface SearchTokenInputProps { formType: FormType; } export declare const SearchTokenInput: ({ formType }: SearchTokenInputProps) => import("react/jsx-runtime").JSX.Element; export {};