@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.
13 lines (12 loc) • 380 B
TypeScript
/// <reference types="react" />
export declare const formDefaultValues: {
fromAmount: string;
toAddress: string;
tokenSearchFilter: string;
contractOutputsToken: string;
toContractAddress: string;
toContractCallData: string;
ToContractGasLimit: string;
toAmount: string;
};
export declare const FormProvider: React.FC<React.PropsWithChildren<{}>>;