@openocean.finance/widget
Version:
Openocean Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.
10 lines (9 loc) • 419 B
TypeScript
import type { Route } from '@openocean.finance/widget-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 {};