@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.
10 lines (9 loc) • 399 B
TypeScript
import type { Route } from '@lifi/sdk';
import type { BottomSheetBase } from '../../components/BottomSheet/types.js';
interface TokenValueBottomSheetProps {
route: Route;
onContinue(): void;
onCancel?(): void;
}
export declare const TokenValueBottomSheet: import("react").ForwardRefExoticComponent<TokenValueBottomSheetProps & import("react").RefAttributes<BottomSheetBase>>;
export {};