@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.
5 lines (4 loc) • 345 B
TypeScript
import type { PersistStoreProviderProps } from '../types.js';
import type { ChainOrderState } from './types.js';
export declare function ChainOrderStoreProvider({ children, ...props }: PersistStoreProviderProps): import("react/jsx-runtime").JSX.Element;
export declare function useChainOrderStore<T>(selector: (state: ChainOrderState) => T): T;