@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 • 372 B
JavaScript
import { useBookmarkStore } from './BookmarkStore.js';
export const useBookmarks = () => {
const [bookmarks, selectedBookmark, recentWallets] = useBookmarkStore((store) => [store.bookmarks, store.selectedBookmark, store.recentWallets]);
return {
bookmarks,
selectedBookmark,
recentWallets,
};
};
//# sourceMappingURL=useBookmarks.js.map