@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.
6 lines (5 loc) • 305 B
TypeScript
import type { SendToWalletStore } from './types.js';
export declare const useSendToWalletStore: import("zustand/traditional").UseBoundStoreWithEqualityFn<import("zustand").StoreApi<SendToWalletStore>>;
export declare const useSendToWalletActions: () => {
setSendToWallet: (value: boolean) => void;
};