UNPKG

@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.

11 lines 424 B
import { shallow } from 'zustand/shallow'; import { useBookmarkStore } from './BookmarkStore.js'; export const useBookmarks = () => { const [bookmarks, selectedBookmark, recentWallets] = useBookmarkStore((store) => [store.bookmarks, store.selectedBookmark, store.recentWallets], shallow); return { bookmarks, selectedBookmark, recentWallets, }; }; //# sourceMappingURL=useBookmarks.js.map