@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.
10 lines (9 loc) • 355 B
TypeScript
import type { ExtendedChain } from '@lifi/sdk';
import { type FormType } from '../../stores/form/types';
interface SelectChainContentProps {
formType: FormType;
onSelect?: (chain: ExtendedChain) => void;
inExpansion: boolean;
}
export declare const SelectChainContent: import("react").NamedExoticComponent<SelectChainContentProps>;
export {};