@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) • 457 B
TypeScript
import type { ToAddress } from '../../types/widget.js';
import type { PersistStoreProps } from '../types.js';
import type { BookmarkState } from './types.js';
interface PersistBookmarkProps extends PersistStoreProps {
toAddress?: ToAddress;
}
export declare const createBookmarksStore: ({ namePrefix, toAddress, }: PersistBookmarkProps) => import("zustand/traditional").UseBoundStoreWithEqualityFn<import("zustand").StoreApi<BookmarkState>>;
export {};