UNPKG

@openocean.finance/widget

Version:

Openocean Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.

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