UNPKG

@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.

9 lines (8 loc) 283 B
import type { BoxProps } from '@mui/material'; import type { Route } from '@openocean.finance/widget-sdk'; type WarningMessagesProps = BoxProps & { route?: Route; allowInteraction?: boolean; }; export declare const WarningMessages: React.FC<WarningMessagesProps>; export {};