@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) • 430 B
TypeScript
import type { BottomSheetBase } from '../../components/BottomSheet/types.js';
import type { Bookmark } from '../../stores/bookmarks/types.js';
interface ConfirmAddressSheetProps {
onConfirm: (wallet: Bookmark) => void;
validatedBookmark?: Bookmark;
}
export declare const ConfirmAddressSheet: import("react").ForwardRefExoticComponent<ConfirmAddressSheetProps & import("react").RefAttributes<BottomSheetBase>>;
export {};