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.

8 lines (7 loc) 241 B
import type { FormType } from '../../stores/form/types'; interface ChainsExpandedProps { formType: FormType; open: boolean; } export declare const ChainsExpanded: import("react").NamedExoticComponent<ChainsExpandedProps>; export {};