UNPKG

soso-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) 246 B
import type { GasSufficiency } from '../../hooks/useGasSufficiency.js'; interface GasSufficiencyMessageProps { insufficientGas?: GasSufficiency[]; } export declare const GasSufficiencyMessage: React.FC<GasSufficiencyMessageProps>; export {};