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.

14 lines (13 loc) 486 B
export declare const useSettingMonitor: () => { isBridgesChanged: boolean; isExchangesChanged: boolean; isSlippageChanged: boolean; isSlippageNotRecommended: boolean; isSlippageOutsideRecommendedLimits: boolean | "" | undefined; isSlippageUnderRecommendedLimits: boolean | "" | undefined; isRoutePriorityChanged: boolean; isGasPriceChanged: boolean; isCustomRouteSettings: boolean; isRouteSettingsWithWarnings: boolean; reset: () => void; };