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.

7 lines (6 loc) 506 B
import type { SettingsProps, SettingsState } from './types.js'; export declare const defaultSlippage: undefined; export declare const defaultConfigurableSettings: Pick<SettingsState, 'routePriority' | 'slippage' | 'gasPrice'>; export declare const defaultSettings: SettingsProps; export declare const settingsStore: import("zustand/traditional").UseBoundStoreWithEqualityFn<import("zustand").StoreApi<SettingsState>>; export declare const useSettingsStore: <T>(selector: (state: SettingsState) => T) => T;