@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.
9 lines (8 loc) • 368 B
TypeScript
import type { BottomSheetBase } from '../../components/BottomSheet/types.js';
interface ConfirmToAddressSheetProps {
onContinue: () => void;
toAddress: string;
toChainId: number;
}
export declare const ConfirmToAddressSheet: import("react").ForwardRefExoticComponent<ConfirmToAddressSheetProps & import("react").RefAttributes<BottomSheetBase>>;
export {};