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.

9 lines (8 loc) 283 B
import { ChainType } from '@lifi/sdk'; interface ExternalWalletProvider { useExternalWalletProvidersOnly: boolean; externalChainTypes: ChainType[]; internalChainTypes: ChainType[]; } export declare function useExternalWalletProvider(): ExternalWalletProvider; export {};