@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) • 427 B
TypeScript
import type { BottomSheetBase } from '../../components/BottomSheet/types.js';
import type { Bookmark } from '../../stores/bookmarks/types.js';
interface BookmarkAddressProps {
onAddBookmark: (bookmark: Bookmark) => void;
validatedWallet?: Bookmark;
}
export declare const BookmarkAddressSheet: import("react").ForwardRefExoticComponent<BookmarkAddressProps & import("react").RefAttributes<BottomSheetBase>>;
export {};