@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.
11 lines (10 loc) • 429 B
TypeScript
import { type RefObject } from 'react';
interface ChainSearchInputProps {
inputRef: RefObject<HTMLInputElement | null>;
inExpansion: boolean;
onChange: () => void;
onClear: () => void;
searchHeaderHeight: string | number;
}
export declare const ChainSearchInput: ({ inputRef, inExpansion, onChange, onClear, searchHeaderHeight, }: ChainSearchInputProps) => import("react/jsx-runtime").JSX.Element;
export {};